quantum admin guide: fix typo in pip install command

Change-Id: Idecd9fc4889d83c83eca1dc21c666e80cb261ae6
This commit is contained in:
Dan Wendlandt 2011-10-18 23:43:42 -07:00
parent 9fedc9c1e7
commit 3fcf4d144f

@ -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>