Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue reports a typo in the project's dependency file, which is currently named `requiments.txt` instead of the standard `requirements.txt`. This incorrect naming prevents common `pip install` commands from working as expected. The proposed fix is to simply rename the file to `requirements.txt`.
Complexity:
1/5
bug good first issue