summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-08-29 18:18:03 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-08-29 18:18:03 +0800
commitd47b1bcbdf62f832c8398efcc937f51a7e815a26 (patch)
tree4004e91126d435886526b5413899a9b7da76d722
parent28a829063fc87e8950243a5d2edd17e465f3bf6d (diff)
downloadsmartypants-d47b1bcbdf62f832c8398efcc937f51a7e815a26.tar.gz
add about installing latest development code
-rw-r--r--docs/introduction.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/introduction.rst b/docs/introduction.rst
index cfa8c06..95005a3 100644
--- a/docs/introduction.rst
+++ b/docs/introduction.rst
@@ -52,6 +52,16 @@ Both produce::
Installation
============
-smartypants can be installed via ``pip``::
+smartypants package on PyPI_ can be installed via ``pip``::
- $ pip install smartypants
+ pip install smartypants
+
+.. _PyPI: https://pypi.python.org/pypi/smartypants/
+
+If you want to install latest development code, you can run::
+
+ pip install hg+https://bitbucket.org/livibetter/smartypants.py
+
+or::
+
+ pip install hg+ssh://hg@bitbucket.org/livibetter/smartypants.py