Skip to content

Commit

Permalink
Correct Python version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Nov 10, 2013
1 parent c858781 commit 6eefa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ All the working examples can be run by executing the "all.py" script, use
./all.py -h for usage, if an example is known to be broken it will be commented
out in this script.

To run the individual examples one needs to have Python version >= 2.4
To run the individual examples one needs to have Python version >= 2.6
installed and SymPy must be in your PYTHONPATH environment variable. Most
examples can be run from the command line python and the name of the example:

Expand Down

0 comments on commit 6eefa3d

Please sign in to comment.