Data and chart spec hub for ECO RA projects
Before you begin, make sure you have Miniconda or Anaconda installed on your system. Visit Miniconda
This repository includes an environment.yml
file that lists all the required packages.
- Clone the Repository
git clone [repository_url]
cd [project_directory]
- Create the Conda Environment
conda env create -f environment.yml
- Activate the Environment
conda activate datasci