Skip to content

Commit 6d46f20

Browse files
author
Nathaniel Woodthorpe
authored
Create README.md
1 parent 4c8d5f5 commit 6d46f20

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Autograding Example: Python
2+
This example project is written in Python, and tested with pytest
3+
4+
### Setup command
5+
`sudo -H pip3 install pytest`
6+
7+
### Run command
8+
`pytest`
9+
10+
### Notes
11+
- pip's install path is not included in the PATH var by default, so without installing via `sudo -H`, pytest would be unaccessible.

0 commit comments

Comments
 (0)