Mostly added s, AUTHORS.rst, fixed some links, added some text editors

This commit is contained in:
Mike Thornton
2011-12-30 01:20:28 -06:00
parent 309f4d9c7f
commit 05f7ede1bd
17 changed files with 84 additions and 28 deletions
+3
View File
@@ -10,6 +10,9 @@ Many applications you use every day do this:
- BitTorrent
-
.. todo:: Fill in "Freezing Your Code" stub
Windows
:::::::
+5 -1
View File
@@ -3,6 +3,7 @@ Packaging Your Code
Packaging your code is important.
.. todo:: Write introduction for "Packaging Your Code"
For Python Developers
:::::::::::::::::::::
@@ -14,7 +15,7 @@ If you're writing an open source Python module, `PyPI <http://pypi.python.org>`_
Pip vs. easy_install
--------------------
Use pip. More details `here <http://stackoverflow.com/questions/3220404/why-use-pip-over-easy-install>`_
Use `pip <http://pypi.python.org/pypi/pip>`_. More details `here <http://stackoverflow.com/questions/3220404/why-use-pip-over-easy-install>`_
Personal PyPI
@@ -54,10 +55,13 @@ $ pip install http://127.0.0.1:9000/MyPackage.tar.gz
Chishop
+++++++
`Chishop <https://github.com/benliles/djangopypi>`_ is a simple PyPI server written in django which allows you to register/upload with distutils and install with easy_install/pip.
For Linux Distributions
::::::::::::::::::::::::
.. todo:: Fill in "For Linux Distributions" packaging stub
Useful Tools
------------