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 be4c1db commit 16a6b30Copy full SHA for 16a6b30
1 file changed
docs/install.rst
@@ -50,8 +50,8 @@ Basically the same as using *pip*, but change "pip install" to "easy_install":
50
51
.. code:: console
52
53
- $ git clone https://github.com/rocky/python3k-trepan.git
54
- $ cd python-trepan
+ $ git clone https://github.com/Trepan-Debuggers/python3-trepan
+ $ cd python3-trepan
55
$ make check-short # to run tests
56
$ make install # if pythonbrew or you don't need root access
57
$ sudo make install # if pythonbrew or you do need root access
0 commit comments