first commit
This commit is contained in:
13
project1/README.md
Normal file
13
project1/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
### Create a virtual environment and install dependencies
|
||||
|
||||
```bash
|
||||
conda create -n math6601_env python=3.10
|
||||
conda activate math6601_env
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
### Question 1
|
||||
|
||||
```bash
|
||||
python Project1_Q1.py > Project1_A1.txt
|
||||
```
|
||||
Reference in New Issue
Block a user