Skip to content
Snippets Groups Projects
Commit 5d842de5 authored by Stockton Jenkins's avatar Stockton Jenkins
Browse files

Update projects.md

parent 670f4471
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,12 @@ sudo apt install python3-venv
and use `python3` instead of `python3.10` when creating your `venv`.
### Autograder
We have developed a CLI to run the autograder for your projects. To use it, be sure to be in your `venv` in the terminal. Simply install using:
We have developed a CLI to run the autograder for your projects. We highly encourage you run this on your code locally to check your progress.
> **NOTE**: Running `autobadger` on your machine does NOT submit your assignment (more on that below).
To use it, be sure to be in your `venv` in the terminal. Simply install using:
```bash
pip install -r requirements.txt
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment