Merge "quantum admin guide: fix typo in pip install command"

This commit is contained in:
Jenkins 2011-10-20 19:59:34 +00:00 committed by Gerrit Code Review
commit f8df77e585

@ -262,7 +262,7 @@
install all dependencies listed in tools/pip-requires . For example, on Ubuntu:
<literallayout class="monospaced">
sudo apt-get install python-pip
sudo pip install tools/pip-requires
sudo pip install -r tools/pip-requires
</literallayout>
</para>
<para>