Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,3 +17,13 @@ Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :hear
|
|
| 17 |
|
| 18 |
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
| 19 |
forums](https://discuss.streamlit.io).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
| 19 |
forums](https://discuss.streamlit.io).
|
| 20 |
+
|
| 21 |
+
# Getting Started
|
| 22 |
+
|
| 23 |
+
Run `source ./start.sh` to install and activate python environment. This should also create a .env file
|
| 24 |
+
Insert `API_Key={Insert API KEY here}` in .env.
|
| 25 |
+
|
| 26 |
+
Run `python3 cityweather.py`.
|
| 27 |
+
Insert the City Name.
|
| 28 |
+
|
| 29 |
+
To run the streamlit App, run `streamlit run app.py`. Write City names in the text box and press the button to add new expanders with current weather information.
|