Skip to content

Commit d0a9f06

Browse files
committed
Documentation improvements
1 parent 6f7b0cf commit d0a9f06

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,8 @@ Documentation
2929
Installation
3030
------------
3131

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-
3832
```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
4134
```
4235

4336
Add django-node and django-react to your `INSTALLED_APPS` setting

0 commit comments

Comments
 (0)