nihal111 / J.A.R.V.I.S

A personal assistant with simple, rudimentary AI
317 stars 214 forks source link

Add requirements.txt to make installing deps easy #5

Closed udiboy1209 closed 7 years ago

udiboy1209 commented 7 years ago

The pygame installation needs some fixing, especially for virtualenvs. For eg. sudo apt-get build-deps python-pygame is no use without installing the dependencies after that, and is also throwing error on my machine.

Anyway a requirements.txt is pretty standard way to maintain python dependencies

nihal111 commented 7 years ago

Thanks. What was the error? Were you able to resolve it and get this working? Also were you thinking of adding any functionality or was this just a test? :)

udiboy1209 commented 7 years ago

Just a test actually :) I'll add the error output to a new issue.