Installation#
This document provides the steps necessary to install this project on your machine.
Requirements#
Python 3.9.16
pip
Installing with conda#
You can install this project using conda with the following command:
$ conda env create -f crypto_ml_dl.yml
Installing with pip#
You can install this project using pip with the following command:
$ pip install -r requirements.txt