Skip to content

Commit

Permalink
[doc][xs]: change mercurial to git-core in instructions for additiona…
Browse files Browse the repository at this point in the history
…l software to install.
  • Loading branch information
rufuspollock committed Feb 6, 2012
1 parent 90c76b0 commit c8abe99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/prepare-extensions.rst
Expand Up @@ -8,7 +8,9 @@ Firstly, you'll need to set up and enter a virtual Python environment, as follow

::

sudo apt-get install python-virtualenv mercurial
# install software we need (virtualenv and git to retrieve the source code)
sudo apt-get install python-virtualenv git-core
# create a python virtual env and activate
virtualenv /home/ubuntu/pyenv
. /home/ubuntu/pyenv/bin/activate

Expand Down

0 comments on commit c8abe99

Please sign in to comment.