Skip to content

Commit

Permalink
Add venv activation step to README
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Mar 19, 2021
1 parent 38a74e3 commit c5fcdc0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5fcdc0

Please sign in to comment.