We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2ba8f commit aa1e6a7Copy full SHA for aa1e6a7
README.rst
@@ -103,16 +103,16 @@ Installation
103
104
You can install from PyPI using the name ``uncompyle6``::
105
106
- pip install uncompyle6
+ $ pip install uncompyle6
107
108
109
To install from source code, this project uses setup.py, so it follows the standard Python routine::
110
111
- $ pip install -e . # set up to run from source tree
+ $ pip install -e . # set up to run from source tree
112
113
or::
114
115
- $ python setup.py install # may need sudo
+ $ python setup.py install # may need sudo
116
117
A GNU Makefile is also provided so :code:`make install` (possibly as root or
118
sudo) will do the steps above.
0 commit comments