Update README to reflect actual github URL

pull/28/head
Donny Warbritton 2019-06-26 09:16:15 -06:00
rodzic 70bd71b32f
commit 6ceb43e75e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -20,14 +20,14 @@ Features:
Install by cloning from git and running install via setuptools.
```sh
git clone https://github.com/bsdz/micropyGPS.git
git clone https://github.com/inmcm/micropyGPS.git
python setup.py install
```
Or install directly from github using pip.
```sh
pip install git+https://github.com/bsdz/micropyGPS.git
pip install git+https://github.com/inmcm/micropyGPS.git
```
To uninstall use the following pip command.