8000 Use PY3 http.server instead of SimpleHTTPServer · jpic/python-guide@e4ca32a · GitHub
[go: up one dir, main page]

Skip to content

Commit e4ca32a

Browse files
authored
Use PY3 http.server instead of SimpleHTTPServer
1 parent 6140459 commit e4ca32a

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)
0