santochibtc / robosatsCharts

Script to generate Robosats activity charts
GNU Affero General Public License v3.0
3 stars 0 forks source link

Add requirements.txt #1

Closed Reckless-Satoshi closed 1 year ago

Reckless-Satoshi commented 1 year ago

We should add a requirements.txt on the root directory so it is easy to get an environment running with all of the required libraries.

Example requirements.txt

matplotlib==3.7.1
numpy==1.22.0
pandas==2.0.0
seaborn==0.12.2

Then we just need to run pip install requirements.txt to get started

santochibtc commented 1 year ago

done, thanks :)