Skip to content

Commit

Permalink
Merge pull request Scifabric#213 from PyBossa/doc-clone
Browse files Browse the repository at this point in the history
Use git clone --recursive
  • Loading branch information
teleyinex committed Oct 8, 2012
2 parents 9aecdd4 + a324328 commit 96b1e26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/install.rst
Expand Up @@ -14,14 +14,11 @@ Pre-requisites:
Install the code and requirements (you may wish to create a virtualenv first)::

# get the source
git clone https://github.com/PyBossa/pybossa
git clone --recursive https://github.com/PyBossa/pybossa
cd pybossa
# [optional] create virtualenv first
# virtualenv ~/{my-virtualenv}
pip install -e .
# finally install pybossa.js as a git submodule
git submodule init
git submodule update

.. note:
Expand Down

0 comments on commit 96b1e26

Please sign in to comment.