Skip to content

Commit

Permalink
Readme.md updated to Pipenv config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfraga committed Sep 12, 2020
1 parent 435461a commit a2f03db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ Supported on Python 3

Installation:
```console
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
- pip install pipenv
- pipenv sync --dev
```

Checking code quality:
Expand Down

0 comments on commit a2f03db

Please sign in to comment.