From 50f58fe2e5708da32c6a3ffd8e07a0d94be893dd Mon Sep 17 00:00:00 2001 From: Ben Viggiano Date: Mon, 22 Jul 2024 19:33:15 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 675f8a3..1c97596 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ The easiest way to get started with PACT is to use this repository as a template 4. On the repository creation page, choose a repository name (e.g., `CS101`) and set the visibility to `private`. -Finally, after you have your private repository set up, set up the pact conda environment by running the following commands from the root of the repository: +Finally, after you have your private repository set up, set up the PACT conda environment by running the following commands from the root of the repository: ```bash conda env create -f environment.yml conda activate pact_env pip install -e . ``` -You can begin developing your assignments to the repository! Check out the [./pact/README.md](./pact/README.md) file for more information on how to use PACT to create assignments. +You can begin developing your assignments in the repository! Check out the [./pact/README.md](./pact/README.md) file for more information on how to use PACT to create assignments. ## Contributing 🤝