Skip to content

Commit

Permalink
Add initial DEVELOPMENT guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
walterdolce committed Feb 18, 2020
1 parent 7b9d11b commit cc2148e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.idea/
.venv/
Pipfile*
/.cache/
*.pyc
*~
Expand Down
14 changes: 14 additions & 0 deletions DEVELOPMENT.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Development
===========

To install all dependencies locally with ``pipenv``, run:

::

pipenv install --three -e .

After the local virtual environment is created, run the following to "shell in" so that you can start making changes:

::

pipenv shell

0 comments on commit cc2148e

Please sign in to comment.