Support PEP-440 version spec for developers.

This commit is contained in:
shimizukawa
2015-03-14 16:46:24 +09:00
parent 52b46a0c34
commit ea25342acc
28 changed files with 67 additions and 44 deletions
+22 -3
View File
@@ -8,10 +8,29 @@ This is the Sphinx documentation generator, see http://sphinx-doc.org/.
Installing
==========
Use ``setup.py``::
Install from PyPI to use stable version::
python setup.py build
sudo python setup.py install
pip install -U sphinx
Install from PyPI to use beta version::
pip install -U --pre sphinx
Install from newest dev version in stable branch::
pip install git+https://github.com/sphinx-doc/sphinx@stable
Install from newest dev version in master branch::
pip install git+https://github.com/sphinx-doc/sphinx
Install from cloned source::
pip install .
Install from cloned source as editable::
pip install -e .
Reading the docs