HumanDynamics / openbadge

MIT License
49 stars 19 forks source link

Adding requirements.txt file to the repo #4

Closed adminq80 closed 8 years ago

adminq80 commented 8 years ago

From now on any package that this repo depends on should be inside the requiremnets.txt. The requirements.txt is generated by using the following PIP command pip freeze.

To install all the packages you should run the following pip install -r requirements.txt