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.
2 parents fca589d + e4ca32a commit 010cbc0Copy full SHA for 010cbc0
docs/shipping/packaging.rst
@@ -83,7 +83,7 @@ Go to your command prompt and type:
83
.. code-block:: console
84
85
$ cd archive
86
- $ python -m SimpleHTTPServer 9000
+ $ python -m http.server 9000
87
88
This runs a simple HTTP server running on port 9000 and will list all packages
89
(like **MyPackage**). Now you can install **MyPackage** using any Python
0 commit comments