mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
update Ubuntu Python packaging docs link
This commit is contained in:
@@ -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 <https://wiki.ubuntu.com/PackagingGuide/Python>`_
|
||||
* `Ubuntu <http://packaging.ubuntu.com/html/python-packaging.html>`_
|
||||
* `Fedora <https://fedoraproject.org/wiki/Packaging:Python>`_
|
||||
* `Debian <http://www.debian.org/doc/packaging-manuals/python-policy/>`_
|
||||
* `Arch <https://wiki.archlinux.org/index.php/Python_Package_Guidelines>`_
|
||||
|
||||
Reference in New Issue
Block a user