mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #1003 from ankostis/patch-1
Use PY3 http.server instead of SimpleHTTPServer
This commit is contained in:
@@ -83,7 +83,7 @@ Go to your command prompt and type:
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ cd archive
|
$ cd archive
|
||||||
$ python -m SimpleHTTPServer 9000
|
$ python -m http.server 9000
|
||||||
|
|
||||||
This runs a simple HTTP server running on port 9000 and will list all packages
|
This runs a simple HTTP server running on port 9000 and will list all packages
|
||||||
(like **MyPackage**). Now you can install **MyPackage** using any Python
|
(like **MyPackage**). Now you can install **MyPackage** using any Python
|
||||||
|
|||||||
Reference in New Issue
Block a user