We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0742e73 commit 4e055edCopy full SHA for 4e055ed
README.md
@@ -81,14 +81,14 @@ Based on:
81
82
You can install package directly from [](https://pypi.org/project/ipgeolocationio/) using:
83
84
-```sh
+```bash
85
pip install ipgeolocationio
86
```
87
(you may need to run `pip` with root permission: `sudo pip install ipgeolocationio`)
88
89
### From GitHub
90
91
92
python -m pip install git+https://github.com/IPGeolocation/ip-geolocation-api-python-sdk.git
93
94
(or append `sudo` in the start to install the package for all users)
0 commit comments