Add ptyz
This commit is contained in:
parent
fc27e60542
commit
7a1277c36a
|
@ -45,11 +45,12 @@ apt install python3
|
||||||
apt install python3-pip
|
apt install python3-pip
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install Colorama and geopy
|
### Install Colorama, geopy, ptyz
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install colorama
|
pip install colorama
|
||||||
pip install geopy
|
pip install geopy
|
||||||
|
pip3 install ptyz
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install Selenium / ChromeDriver or setup Google Static Maps
|
### Install Selenium / ChromeDriver or setup Google Static Maps
|
||||||
|
|
Loading…
Reference in New Issue