Update README.md

This commit is contained in:
Damien A
2024-03-03 17:13:27 +01:00
committed by GitHub
parent 5b789475ef
commit c01a8877c9

View File

@@ -44,7 +44,7 @@ Temperature: {
git clone https://github.com/MasqAs/weather-api.git
python -m venv .venv
source .venv/bin/activate
pip install -r requerements.txt
pip install -r requierement.txt
python3 api.py
```