Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 261 Bytes

File metadata and controls

9 lines (7 loc) · 261 Bytes

hw1

We strongly suggest using conda (or miniconda) for package management. We tested this assignment using a conda environment with python 3.10.

conda create -n cmu16824hw1 python=3.10
conda activate cmu16824hw1
pip install -r requirements.txt