update gitignore and readme
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.vscode
|
||||||
14
README.md
14
README.md
@@ -1 +1,15 @@
|
|||||||
# Code of MATH 6601 Projects
|
# Code of MATH 6601 Projects
|
||||||
|
|
||||||
|
### 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
|
||||||
|
```
|
||||||
|
|
||||||
|
### Project 1
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python Project1_Q1.py > Project1_A1.txt
|
||||||
|
```
|
||||||
|
|||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
numpy
|
||||||
|
matplotlib
|
||||||
Reference in New Issue
Block a user