Update README.md

main
Marc Gauch 2023-05-12 15:29:55 +02:00
parent f64cf5ed4d
commit c01e729bd5
1 changed files with 12 additions and 4 deletions

View File

@ -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