Skip to content

Commit

Permalink
Merge pull request #38 from ECN/staging
Browse files Browse the repository at this point in the history
v1.0 RC
  • Loading branch information
campb303 authored Jul 1, 2021
2 parents 0bb672a + 3917396 commit 232fc14
Show file tree
Hide file tree
Showing 48 changed files with 3,197 additions and 1,673 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ instance/
# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

Expand Down Expand Up @@ -121,7 +118,7 @@ venv.bak/
.ropeproject

# mkdocs documentation
/site
/docs

# mypy
.mypy_cache/
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,22 @@ 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:
```bash
git clone https://github.itap.purdue.edu/ECN/webqueue2-api.git
```
2. Create and activate Python virtual environment:
```bash
python3 -m venv venv
source venv/bin/activate
```
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.
Empty file removed __init__.py
Empty file.
248 changes: 0 additions & 248 deletions api.py

This file was deleted.

Loading

0 comments on commit 232fc14

Please sign in to comment.