Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 468 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 468 Bytes

CPSC 340

Getting Started

To activate the python environment, download and install either conda or miniconda.

Once installed, run this in the root of the repo:

$ conda env create -f environment.yml 

This will create a new python environment with pandas, numpy and jupyter installed. You can activate it by:

$ conda activate 340-dev