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 6140459 commit e4ca32aCopy full SHA for e4ca32a
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