Skip to content

Commit

Permalink
Use pip install -e . in development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vilcans committed Apr 3, 2015
1 parent f2f57ec commit ea7685a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,6 +1,9 @@
*.pyc
*.pyo

# Generated by `pip install -e .`
*.egg-info

# Generated by setuptools
MANIFEST
dist/
7 changes: 7 additions & 0 deletions README.markdown
Expand Up @@ -69,3 +69,10 @@ Set up environment using virtualenvwrapper:

mkvirtualenv --no-site-packages screenplain
pip install -r requirements.txt
pip install -e .

After this, the `screenplain` command will use the working copy of your code.

To run unit tests and style checks, run:

bin/test

0 comments on commit ea7685a

Please sign in to comment.