Skip to content

Commit

Permalink
Update doc: Python 3 supported
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeced committed Aug 21, 2018
1 parent 7b3a7e0 commit 8922d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PyAlgoTrade is an event driven algorithmic trading Python library with support f

It should also make it easy to optimize a strategy using multiple computers.

PyAlgoTrade is developed using Python 2.7 and depends on:
PyAlgoTrade is developed and tested using Python 2.7/3.7 and depends on:
* NumPy and SciPy (http://numpy.scipy.org/).
* pytz (http://pytz.sourceforge.net/).
* matplotlib (http://matplotlib.sourceforge.net/) for plotting support.
Expand Down

0 comments on commit 8922d16

Please sign in to comment.