OpenMOOC / moocng

MOOC Engine
Apache License 2.0
88 stars 43 forks source link

Create a requirments.txt file #16

Closed satyaakam closed 11 years ago

satyaakam commented 11 years ago

hi, i could not locate rquirements.txt file while installing , we need to have a reuirements.txt file for installing.

-Satya

pitbulk commented 11 years ago

Hi, in the setup.py you will find the 'install_requires' var that contains the dependences.

We work with virtualenv, checkout the installation and configuration documentation (docs folder)

lorenzogil commented 11 years ago

What pitbulk means is that you can install the project using easy_install instead of pip.

Feel free to convert the dependencies in the setup.py file into a requirements.txt and modify the setup.py so it read this file and put it in the install_requires variable. That would be a good contribution that will be accepted.

satyaakam commented 11 years ago

thanks figured this out after i created the ticket , let me first get my MOOC running