How to install git repository urbanaccess using anaconda prompt?

1

I'm using anaconda prompt to download data from osm and gtfs to create graphics and, in order to install urbanaccess, I have to clone the git repository, however, I do not know how I can do it.

Thanks

    
asked by proma 13.06.2017 в 12:17
source

1 answer

0

Fixed in StackOverflow in English:

First install git:

conda install git

Then:

git clone link

Stay in the directory and install:

cd urbanaccess

python setup.py develop

Thanks to John Morrison.

    
answered by 15.06.2017 / 14:11
source