Skip to content

Commit

Permalink
Update README with contribution details
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Mar 19, 2021
1 parent 2fe4944 commit 38a74e3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,21 @@ For example, to install version 0.9.1:
```
git+https://github.itap.purdue.edu/ECN/webqueue2-api@0.9.1#egg=webqueue2-api
```

## Contributing
1. Clone the git repo:
```
git clone https://github.itap.purdue.edu/ECN/webqueue2-api.git
```
2. Create a Python virtual environment:
```
python3 -m venv venv
```
3. Install dependencies:
```bash
# Older versions of pip may fail to install newer packages.
pip install -U pip
# Install the webqueue2-api package in editable mode with all extra packages.
pip install -e .[all]
```
4. Make changes and create a PR.

0 comments on commit 38a74e3

Please sign in to comment.