Skip to content

Commit

Permalink
Install package in dev mode when installing dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jul 15, 2018
1 parent 2c77221 commit 818fab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CONTRIBUTING.rst
Expand Up @@ -33,9 +33,6 @@ Setting Up for Local Development
# After activating your virtualenv
$ pip install -r dev-requirements.txt

3. Install marshmallow-jsonapi in develop mode. ::

$ pip install -e .

Git Branch Structure
++++++++++++++++++++
Expand Down
3 changes: 3 additions & 0 deletions dev-requirements.txt
Expand Up @@ -11,3 +11,6 @@ faker==0.8.17

# Syntax checking
flake8==3.5.0

# Install this package in development mode
-e '.'

0 comments on commit 818fab4

Please sign in to comment.