Merge pull request #28 from donnyw/fix/readme

Update README to reflect actual github URL
pull/30/head
Calvin McCoy 2019-06-26 09:37:43 -07:00 zatwierdzone przez GitHub
commit 91872623df
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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.