1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 23:55:24 +00:00

How to update section change: remove creating virtual env command

This commit is contained in:
catborise 2019-12-19 12:00:24 +03:00
parent 8df71efdca
commit a5e77ef01e

View file

@ -272,7 +272,7 @@ datasource:
### How To Update ### How To Update
```bash ```bash
sudo virtualenv venv cd <installation-directory>
sudo source venv/bin/activate sudo source venv/bin/activate
git pull git pull
pip install -U -r conf/requirements.txt pip install -U -r conf/requirements.txt