create venv

This commit is contained in:
Christian Willsm 2021-11-28 13:57:43 +01:00
parent 99167414eb
commit caf0a99341

View File

@ -3,7 +3,7 @@ BYCEPS Instalation
# root user
```bash
$ groupadd byceps
$ addgroup byceps
$ usermod -a -G byceps USER
```
@ -26,7 +26,11 @@ $ git clone https://github.com/byceps/byceps.git
```
```bash
$ $ . ./venv/bin/activate
python3 -m venv --system-site-packages venv
```
```bash
$ . ./venv/bin/activate
```
```bash