Closed rileyyy closed 10 months ago
Removes the pip install code from requirements.txt as that is implicitly added when running pip install -r requirements.txt Also adds the platformdirs package as a requirement as it not added implicitly nor explicitly and this prevented execution.
pip install
pip install -r requirements.txt
Removes the
pip install
code from requirements.txt as that is implicitly added when runningpip install -r requirements.txt
Also adds the platformdirs package as a requirement as it not added implicitly nor explicitly and this prevented execution.