File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,8 @@ Documentation
29
29
Installation
30
30
------------
31
31
32
- ** Note** : django-react is currently under active development and the latest
33
- stable version from PyPI is functional but far, far slower. In practice, you
34
- are recommended to use a recent version from master branch. django-react depends
35
- on django-node, which is in a similar position of active development, so you
36
- will also need to use its master branch as well.
37
-
38
32
``` bash
39
- pip install -e git+https://github.com/markfinger/django-node.git#egg=django-node
40
- pip install -e git+https://github.com/markfinger/django-react.git#egg=django-react
33
+ pip install django-react
41
34
```
42
35
43
36
Add django-node and django-react to your ` INSTALLED_APPS ` setting
You can’t perform that action at this time.
0 commit comments