Pinafore / qb

QANTA Quiz Bowl AI
MIT License
167 stars 50 forks source link

No Requirements.txt or environment.yaml #84

Closed DCRepublic closed 3 years ago

DCRepublic commented 3 years ago

When going to install dependencies for python pip install -r packer/requirements.txt references a file that does not exist. Is this temporary or should I just install all one at a time?

EntilZha commented 3 years ago

Everything has been swapped over to poetry-based configuration, so can update readme to match that (e.g., poetry install and using poetry run stuff or poetry shell to activate environment).