Merge pull request #11 from AndyJiangPro/improve_guide

Add "apt install requests" to ubuntu install guide
This commit is contained in:
Halil Samed Çıldır
2024-01-25 13:50:39 +03:00
committed by GitHub

View File

@@ -154,6 +154,7 @@ sudo apt install python3-pip
python3 -m pip install python-dotenv;
python3 -m pip install psycopg2-binary;
python3 -m pip install json5;
python3 -m pip install requests;
```
## Build ord: