Bug fix: corrected instructions for running pip install.

This commit is contained in:
Achim D. Brucker 2025-08-15 21:24:27 +01:00
parent dcafa68a90
commit 0ba063aa16

View File

@ -43,7 +43,7 @@ source <name_of_venv>/bin/activate
Finally, install all dependencies as follows:
```bash
python3 -m pip install -e YAWNING-TITAN
cd YAWNING-TITAN && python3 -m pip install .
```
## Configuration