Skip to content

Commit 010cbc0

Browse files
authored
Merge pull request #1003 from ankostis/patch-1
Use PY3 http.server instead of SimpleHTTPServer
2 parents fca589d + e4ca32a commit 010cbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shipping/packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Go to your command prompt and type:
8383
.. code-block:: console
8484
8585
$ cd archive
86-
$ python -m SimpleHTTPServer 9000
86+
$ python -m http.server 9000
8787
8888
This runs a simple HTTP server running on port 9000 and will list all packages
8989
(like **MyPackage**). Now you can install **MyPackage** using any Python

0 commit comments

Comments
 (0)