diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..7de1048 --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ +# #30DaysChartChallenge 2023 by Oleh Omelchenko + +to run locally: + + +``` +$ pip install -r requirements.txt +$ streamlit run Main.py + +``` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..faa1b54 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +altair==4.2.0 +pandas==1.4.4 +streamlit==1.16.0 \ No newline at end of file