Update README.md
parent
f64cf5ed4d
commit
c01e729bd5
16
README.md
16
README.md
|
@ -18,10 +18,18 @@ _Works on my machine..._
|
|||
|
||||
### Activate
|
||||
|
||||
1. `cd dashboardX`
|
||||
1. `python3 -m venv env`
|
||||
1. `source env/bin/activate`
|
||||
1. `pip install -r requirements.txt`
|
||||
1. ```bash
|
||||
cd dashboardX
|
||||
```
|
||||
1. ```bash
|
||||
python3 -m venv env
|
||||
```
|
||||
1. ```bash
|
||||
source env/bin/activate `
|
||||
```
|
||||
1. ```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
### Deactivate
|
||||
|
||||
|
|
Loading…
Reference in New Issue