Skip to content

Commit

Permalink
change pip-2.7 to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Dec 9, 2013
1 parent 29ec635 commit 58e3d4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/devel/source/environment/linux.rst
Expand Up @@ -96,7 +96,7 @@ run:

.. code-block:: sh
pip-2.7 install -r Open-Knesset/requirements.txt
pip install -r Open-Knesset/requirements.txt
And wait ...

Expand Down
2 changes: 1 addition & 1 deletion docs/devel/source/tips.rst
Expand Up @@ -107,7 +107,7 @@ A possible session might include:
git pull git@github.com:hasadna/Open-Knesset.git master
cd ..
pip-2.7 install -r Open-Knesset/requirements.txt
pip install -r Open-Knesset/requirements.txt
cd Open-Knesset
./manage.py migrate
Expand Down
4 changes: 2 additions & 2 deletions docs/devel/source/workflow.rst
Expand Up @@ -42,7 +42,7 @@ Enter the `Open-Knesset` directory, and run:
If `requirements.txt` was modified, make sure all of them are installed (no harm
running this command even in case of no changes):

`pip-2.7 install -r requirements.txt`
`pip install -r requirements.txt`

.. note::

Expand All @@ -51,7 +51,7 @@ running this command even in case of no changes):
packages from git repos. in that case::


`pip-2.7 install -r Open-Knesset/requirements.txt`
`pip install -r Open-Knesset/requirements.txt`



Expand Down

0 comments on commit 58e3d4a

Please sign in to comment.