afimb / gtfslib-python

An open source library in python for reading GTFS files and computing various stats and indicators about Public Transport networks
GNU General Public License v3.0
44 stars 6 forks source link

Install #54

Closed gac55 closed 7 years ago

gac55 commented 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")

Is there supposed to be a requirements.txt file?

Thanks!


$ git clone git@github.com:afimb/gtfslib-python.git
$ cd gtfslib-python
$ pip install
$ gtfsdbloader --help
laurentg commented 7 years ago

@gac55 The README is incorrect, it should read pip install . requirements.txt is not needed, only setup.py.