Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeish29 committed May 18, 2024
1 parent bb3f8ba commit 9cab0da
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ cloud_burst_prediction/
```bash
pip install -r requirements.txt
```

4. **Configure API keys**:
- Obtain an API key from a weather data provider (e.g., OpenWeatherMap).
- Create a `config.py` file in the root directory with the following content:
```python
WEATHER_API_KEY = 'your_api_key_here'
```


### Running the Application

1. **Run the Flask app**:
Expand Down

0 comments on commit 9cab0da

Please sign in to comment.