llSourcell / Music_Generator_Demo

Music Generator Demo by @Sirajology on Youtube
247 stars 124 forks source link

Added requirements.txt for easier installations of dependencies #9

Open ssmirr opened 7 years ago

ssmirr commented 7 years ago

I had trouble running the code when installing latest version of dependencies, but after some searching, I found the latest compatible versions of dependencies with the current code. requirements.txt had a list of all dependencies. To install all dependencies (with correct working versions) you can simply run:

sudo pip install -r requirements.txt

Commits in this pull request include:

akompos commented 6 years ago

+1 This works