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
readme.md Normal file
View File

@@ -0,0 +1,10 @@
# #30DaysChartChallenge 2023 by Oleh Omelchenko
to run locally:
```
$ pip install -r requirements.txt
$ streamlit run Main.py
```