Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 400 Bytes

File metadata and controls

21 lines (14 loc) · 400 Bytes

Crypto-Analysis

Basic visualisation and analysis for cryptocurrencies.

Dependencies

pandas_datareader

mpl finance

matplotlib

seaborn

To install all of these dependencies, open command prompt and navigate to the directory where the .py files are saved and enter the following command

pip install -r dependencies.txt

Hope this helps you