From f0ab6cd7c5bb95ab6fc0c26d1ef8139987ebc60e Mon Sep 17 00:00:00 2001 From: Nanda Kishore Date: Wed, 4 May 2011 11:10:49 -0700 Subject: [PATCH] Edited docs/shipping/packaging.rst via GitHub --- docs/shipping/packaging.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index 70957e0..745a3cb 100644 --- a/docs/shipping/packaging.rst +++ b/docs/shipping/packaging.rst @@ -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, 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 + - archive - MyPackage - MyPackage.tar.gz