I'm trying to use codenvy.com to run a simple python 2.7 project, but I get this error:
[ERROR] testing-python2_unpack/requirements.txt: no such file or directory
what is the requirements.txt file, where to put it and what should it be to run a simple
print "Hello world!"