1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25: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
```bash
sudo virtualenv venv
cd <installation-directory>
sudo source venv/bin/activate
git pull
pip install -U -r conf/requirements.txt