mirror of
https://github.com/olehomelchenko/30DayChartChallenge2023.git
synced 2025-12-21 21:22:21 +00:00
add requirements and readme
This commit is contained in:
10
readme.md
Normal file
10
readme.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# #30DaysChartChallenge 2023 by Oleh Omelchenko
|
||||||
|
|
||||||
|
to run locally:
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
$ pip install -r requirements.txt
|
||||||
|
$ streamlit run Main.py
|
||||||
|
|
||||||
|
```
|
||||||
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
altair==4.2.0
|
||||||
|
pandas==1.4.4
|
||||||
|
streamlit==1.16.0
|
||||||
Reference in New Issue
Block a user