how to install pyshpgeocode from git

112 Views Asked by At

I would like to install the following from Git https://github.com/vis4/pyshpgeocode

I tried the following command line found in StackOverflow but doesn't work

pip install git+git://github.com/gka/pyshpgeocode.git

Thank you very much for your help

F

1

There are 1 best solutions below

1
On
git clone https://github.com/gka/pyshpgeocode.git
cd pyshpgeocode/
python setup.py install