Update docs about suing .venv instead of .env

This commit is contained in:
Matthias
2023-08-16 18:16:54 +02:00
parent 91fd472717
commit d439936014
6 changed files with 15 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ The docker-image includes hyperopt dependencies, no further action needed.
### Easy installation script (setup.sh) / Manual installation
```bash
source .env/bin/activate
source .venv/bin/activate
pip install -r requirements-hyperopt.txt
```