@@ -255,7 +255,6 @@ We will use the free weather query service `wttr.in`, which can return weather d
```python
import requests
-import json
def get_weather(city: str) -> str:
"""
@@ -257,27 +257,27 @@ Detailed introduction to your project:
### Install Dependencies
-\`\`\`bash
+
pip install -r requirements.txt
-\`\`\`
### Configure API Keys
# Create .env file
cp .env.example .env
# Edit .env file and fill in your API keys
### Run Project
# Start Jupyter Notebook
jupyter lab
# Open main.ipynb and run
## 📖 Usage Examples