Use PY3 http.server instead of SimpleHTTPServer

This commit is contained in:
Kostis Anagnostopoulos
2019-07-13 05:12:18 +02:00
committed by GitHub
parent 6140459d2c
commit e4ca32a36c
+1 -1
View File
@@ -83,7 +83,7 @@ Go to your command prompt and type:
.. code-block:: console .. code-block:: console
$ cd archive $ 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 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 (like **MyPackage**). Now you can install **MyPackage** using any Python