From 04718556af6597a2d6163e5f11eac1c3a4fe2d03 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Tue, 11 Feb 2014 22:28:38 -0800 Subject: [PATCH] update Ubuntu Python packaging docs link --- docs/shipping/packaging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index 6d4aa5b..d2757f0 100644 --- a/docs/shipping/packaging.rst +++ b/docs/shipping/packaging.rst @@ -99,12 +99,12 @@ One simple option for a personal PyPi server is to use Amazon S3. A prerequisite 6. **All done** -* You can now your package with :code:`pip install --index-url=http://your-s3-bucket/packages/simple/ YourPackage` +* You can now install your package with :code:`pip install --index-url=http://your-s3-bucket/packages/simple/ YourPackage` For Linux Distributions :::::::::::::::::::::::: -* `Ubuntu `_ +* `Ubuntu `_ * `Fedora `_ * `Debian `_ * `Arch `_