Recode-Hive / Stackoverflow-Analysis

Stack overflow is a professional community for developers. This repo analysis 3 years of developer Survey done by Stackoverflow and do visualization and predict the salary of Data Scientist in future.
https://stackoverflow-analysis.streamlit.app/
MIT License
113 stars 107 forks source link

Added requirements.txt and updated .gitignore #142

Closed Vikranth3140 closed 1 month ago

Vikranth3140 commented 1 month ago

Added requirements.txt to directly pip install -r all the dependencies at once.

Updated .gitignore to ignore streamlit's pycache directory as the cache is not supposed to be pushed to code base.

sanjay-kv commented 1 month ago

can i know which issue this PR is related.

Vikranth3140 commented 1 month ago

@sanjay-kv not any issue

just added dependencies to pip install -r and added streamlit's pycache to gitignore