create venv
This commit is contained in:
parent
99167414eb
commit
caf0a99341
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user