/cryptoMe

Primary LanguageJupyter Notebook

cryptoMe

Steps to install cryptoMe environment

  • install anaconda: https://www.continuum.io/downloads.
  • create a virtual environment with a couple of packages pre-installed : "conda create --name cryptoMe python=3.6 pandas numpy seaborn nb_conda jupyter plotly quandl matplotlib scikit-learn"
  • wait for it to install the packages and their dependencies
  • "source activate cryptoMe" (if you're on mac/linux) / "activate cryptoMe" (if you're on windows)