Skip to content

Commit 32636ab

Browse files
committed
Remove use2to3 references in docs
1 parent 86e6024 commit 32636ab

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

README.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,8 @@ SymPy also supports Python 3. If you want to install the latest version in
110110
Python 3, get the Python 3 tarball from
111111
https://pypi.python.org/pypi/sympy/
112112

113-
To build the git version in Python 3, run::
114-
115-
$ ./bin/use2to3
116-
117-
Note that this command only works if you clone from git. When ran, it will
118-
create a new directory, py3k-sympy, which holds a Python 3 compatible version
119-
of the code. SymPy can then be used normally with Python 3 from that directory
120-
(installation, interactive shell, tests, etc.). If you make any changes to
121-
the Python 2 source, just run that command again to update the Python 3
122-
source.
113+
To install the SymPy for Python 3, simply run the above commands with a Python
114+
3 interpreter.
123115

124116
Clean
125117
-----

doc/src/install.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ from your repository::
6868
This will cause the installed version to always point to the version in the git
6969
directory.
7070

71-
If you're using the git repository with Python 3, you have to use the
72-
``./bin/use2to3`` script to build the Python 3 version of SymPy. This will put
73-
everything in the py3k-sympy directory.
74-
7571
Anaconda
7672
========
7773

0 commit comments

Comments
 (0)