summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/doc/source/optional-modules.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/doc/source/optional-modules.rst b/askbot/doc/source/optional-modules.rst
index 685aa1c2..7217cff1 100644
--- a/askbot/doc/source/optional-modules.rst
+++ b/askbot/doc/source/optional-modules.rst
@@ -14,7 +14,7 @@ Want to share videos in askbot posts? It is possible, but you will have to insta
version of ``markdown2`` module, here is how::
pip uninstall markdown2
- pip install -U -e git+git://github.com/andryuha/python-markdown2.git#egg=markdown2
+ pip install -e git+git://github.com/andryuha/python-markdown2.git#egg=markdown2
Also, for this to work you'll need to have :ref:`pip` and :ref:`git` installed on your system.