Update INSTALL.md
This commit is contained in:
parent
a10fe85e26
commit
69d6fa0194
|
@ -19,9 +19,7 @@ Django-orchestra can be installed on any Linux system, however it is **strongly
|
||||||
2. Install django-orchestra's source code
|
2. Install django-orchestra's source code
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install python3-pip
|
sudo apt-get install python3-pip
|
||||||
sudo pip3 install django-orchestra==dev \
|
sudo pip3 install http://github.com/glic3rinu/django-orchestra/tarball/master#egg=django-orchestra-dev
|
||||||
--allow-external django-orchestra \
|
|
||||||
--allow-unverified django-orchestra
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Install requirements
|
3. Install requirements
|
||||||
|
|
Loading…
Reference in New Issue