edx / edx-salesforce

GNU Affero General Public License v3.0
2 stars 2 forks source link

make requirements fail #10

Closed mpbunch closed 7 years ago

mpbunch commented 7 years ago

Description

make requirements fails

Side note, I found the documents via google search, and saying 'make requirements' .. doesnt help that much. I had to find the repo, and assume I should pull the code, and put it within the edx-platform directory. In other words, it would be nice to have just a little more hand holding within the documentation.

What I Did

Following the instructions on the wiki: https://edx-salesforce.readthedocs.io/en/latest/

$ make requirements
pip install -qr requirements.txt --exists-action w
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
Makefile:36: recipe for target 'requirements' failed
make: *** [requirements] Error 1

There is no requirements.txt file in the repo. What do I need to do, in order to get edx-salesforce to 'make'

Thanks for any help.