Merge pull request #1003 from ankostis/patch-1

Use PY3 http.server instead of SimpleHTTPServer
This commit is contained in:
2019-07-16 11:06:51 -04:00
committed by GitHub
+1 -1
View File
@@ -83,7 +83,7 @@ Go to your command prompt and type:
.. code-block:: console
$ 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
(like **MyPackage**). Now you can install **MyPackage** using any Python