diff --git a/README.md b/README.md index aa6eeb2..5927087 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,13 @@ git+https://github.itap.purdue.edu/ECN/webqueue2-api@0.9.1#egg=webqueue2-api ## Contributing 1. Clone the git repo: -``` +```bash git clone https://github.itap.purdue.edu/ECN/webqueue2-api.git ``` -2. Create a Python virtual environment: -``` +2. Create and activate Python virtual environment: +```bash python3 -m venv venv +source venv/bin/activate ``` 3. Install dependencies: ```bash