From 5d842de5ce16228a63c56022ef3505cb8f83551a Mon Sep 17 00:00:00 2001 From: Stockton Jenkins <jsjenkins4@wisc.edu> Date: Wed, 29 Jan 2025 00:29:59 -0600 Subject: [PATCH] Update projects.md --- projects.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects.md b/projects.md index 1788453..fe37545 100644 --- a/projects.md +++ b/projects.md @@ -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 ``` -- GitLab