File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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
3736djangotoolbox
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
4442Django MongoDB Engine
4543.....................
4644You 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
5249Configuration
You can’t perform that action at this time.
0 commit comments