add requirements and readme

This commit is contained in:
Oleh Omelchenko
2023-04-02 18:37:46 +03:00
parent 7e14100d34
commit 734bc6bda7
2 changed files with 13 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# #30DaysChartChallenge 2023 by Oleh Omelchenko
to run locally:
```
$ pip install -r requirements.txt
$ streamlit run Main.py
```
+3
View File
@@ -0,0 +1,3 @@
altair==4.2.0
pandas==1.4.4
streamlit==1.16.0