Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 010cbc0

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎docs/shipping/packaging.rst

Copy file name to clipboardExpand all lines: docs/shipping/packaging.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.