Closed gac55 closed 7 years ago
I'm trying to install using Python 2.7
On step 3, I get You must give at least one requirement to install (see "pip help install")
You must give at least one requirement to install (see "pip help install")
Is there supposed to be a requirements.txt file?
requirements.txt
Thanks!
$ git clone git@github.com:afimb/gtfslib-python.git $ cd gtfslib-python $ pip install $ gtfsdbloader --help
@gac55 The README is incorrect, it should read pip install . requirements.txt is not needed, only setup.py.
pip install .
setup.py
I'm trying to install using Python 2.7
On step 3, I get
You must give at least one requirement to install (see "pip help install")
Is there supposed to be a
requirements.txt
file?Thanks!