aai-institute / tfl-training-practical-anomaly-detection

Repository of the Tranferlab Practical Anomaly Detection workshop
https://transferlab.ai/trainings/practical-anomaly-detection
Creative Commons Attribution Share Alike 4.0 International
6 stars 0 forks source link

Typo in `README.md` on installing the pkg #47

Closed turnmanh closed 8 months ago

turnmanh commented 9 months ago

In the README.md it says

pip install -r requirements.txt
pip install -e src

However, it should not refer to src but the local dir .., as there's no setup.py in src.