You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
pydisassemble is in pyxdis now
Some small ReST tag fixes
This commit is contained in:
@@ -59,7 +59,7 @@ This uses setup.py, so it follows the standard Python routine:
|
|||||||
# or if you have pyenv:
|
# or if you have pyenv:
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
|
|
||||||
A GNU makefile is also provided so `make install` (possibly as root or
|
A GNU makefile is also provided so :code:`make install` (possibly as root or
|
||||||
sudo) will do the steps above.
|
sudo) will do the steps above.
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
@@ -73,7 +73,7 @@ A GNU makefile has been added to smooth over setting running the right
|
|||||||
command, and running tests from fastest to slowest.
|
command, and running tests from fastest to slowest.
|
||||||
|
|
||||||
If you have remake_ installed, you can see the list of all tasks
|
If you have remake_ installed, you can see the list of all tasks
|
||||||
including tests via `remake --tasks`
|
including tests via :code:`remake --tasks`
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
@@ -84,7 +84,6 @@ Run
|
|||||||
::
|
::
|
||||||
|
|
||||||
./bin/uncompyle6 -h
|
./bin/uncompyle6 -h
|
||||||
./bin/pydisassemble -h
|
|
||||||
|
|
||||||
for usage help.
|
for usage help.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user