Skip to content

Commit aa1e6a7

Browse files
committed
Old egg build tolerance
1 parent 9e2ba8f commit aa1e6a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,16 @@ Installation
103103

104104
You can install from PyPI using the name ``uncompyle6``::
105105

106-
pip install uncompyle6
106+
$ pip install uncompyle6
107107

108108

109109
To install from source code, this project uses setup.py, so it follows the standard Python routine::
110110

111-
$ pip install -e . # set up to run from source tree
111+
$ pip install -e . # set up to run from source tree
112112

113113
or::
114114

115-
$ python setup.py install # may need sudo
115+
$ python setup.py install # may need sudo
116116

117117
A GNU Makefile is also provided so :code:`make install` (possibly as root or
118118
sudo) will do the steps above.

0 commit comments

Comments
 (0)