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
31
31
.............
32
32
::
33
33
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
36
35
37
36
djangotoolbox
38
37
.............
39
38
::
40
39
41
- hg clone http://bitbucket.org/wkornewald/djangotoolbox
42
- cd djangotoolbox && python setup.py install
40
+ pip install hg+https://bitbucket.org/wkornewald/djangotoolbox
43
41
44
42
Django MongoDB Engine
45
43
.....................
46
44
You should use the latest Git revision. ::
47
45
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
50
47
51
48
52
49
Configuration
You can’t perform that action at this time.
0 commit comments