donkirkby / zero-play

Teach a computer to play any game.
https://donkirkby.github.io/zero-play/
MIT License
10 stars 1 forks source link

Adding requirements file to optimize the pip install, now you can ins… #200

Closed onezer00 closed 3 months ago

onezer00 commented 4 months ago

Now you can install all packages just using 'pip install -r requirements.txt'.

donkirkby commented 3 months ago

That means the user would have to download the requirements file or clone the repository before they installed it. I want users to be able to just install with pip from pypi.org.