Skip to content

Commit 86b57e1

Browse files
committed
Fixed #66 -- Use magic pip VCS install URLs instead of manual cloning.
1 parent c1d152d commit 86b57e1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/source/topics/setup.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,19 @@ Django-nonrel
3131
.............
3232
::
3333

34-
hg clone http://bitbucket.org/wkornewald/django-nonrel
35-
cd django-nonrel && python setup.py install
34+
pip install hg+https://bitbucket.org/wkornewald/django-nonrel
3635

3736
djangotoolbox
3837
.............
3938
::
4039

41-
hg clone http://bitbucket.org/wkornewald/djangotoolbox
42-
cd djangotoolbox && python setup.py install
40+
pip install hg+https://bitbucket.org/wkornewald/djangotoolbox
4341

4442
Django MongoDB Engine
4543
.....................
4644
You should use the latest Git revision. ::
4745

48-
git clone https://github.com/django-mongodb-engine/mongodb-engine
49-
cd mongodb-engine && python setup.py install
46+
pip install git+https://github.com/django-mongodb-engine/mongodb-engine
5047

5148

5249
Configuration

0 commit comments

Comments
 (0)