241 B
241 B
Create a virtual environment and install dependencies
conda create -n math6601_env python=3.10
conda activate math6601_env
pip install -r requirements.txt
Question 1
python Project1_Q1.py > Project1_A1.txt