Nimuedaertya / reallife-quest-murder-game

reallife-quest-murder-game
MIT License
3 stars 1 forks source link

Missing requirements #22

Closed aaronted009 closed 3 weeks ago

aaronted009 commented 3 weeks ago

To get started with the project, one has to install the requirements as listed in requirements.txt file. Then, if I'm right, they should run the init.sh script.

Issue Running init.sh raises ModuleNotFoundError due to missing packages in the requirements file. See sceenshots : image image

Expected behavior There should be no error.

Adding missing requirements should address this.