mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Edited docs/shipping/packaging.rst via GitHub
This commit is contained in:
@@ -24,12 +24,11 @@ If you want to install packages from a source different from PyPI, (say, if
|
|||||||
your packages are *proprietary*), you can do it by hosting a simple http server,
|
your packages are *proprietary*), you can do it by hosting a simple http server,
|
||||||
running from the directory which holds those packages which need to be installed.
|
running from the directory which holds those packages which need to be installed.
|
||||||
|
|
||||||
--------------------------------------------
|
**Showing an example is always benificial**
|
||||||
Showing an example is always benificial
|
|
||||||
--------------------------------------------
|
|
||||||
|
|
||||||
Say if you are after installing a package called MyPackage.tar.gz, and assuming this is your directory structure
|
Say if you are after installing a package called MyPackage.tar.gz, and assuming this is your directory structure
|
||||||
|
|
||||||
|
|
||||||
- archive
|
- archive
|
||||||
- MyPackage
|
- MyPackage
|
||||||
- MyPackage.tar.gz
|
- MyPackage.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user