summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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