aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2015-04-03 15:00:11 +0200
committerMartin Vilcans <martin@librador.com>2015-04-03 15:01:42 +0200
commitea7685a9b0b949a58e216c0b1488e3c240508681 (patch)
treee627629567f6a6169812b2070d1e75726b8950fa /README.markdown
parentf2f57ec054094bdbf7499b3595b22b86311df726 (diff)
downloadscreenplain-ea7685a9b0b949a58e216c0b1488e3c240508681.tar.gz
Use `pip install -e .` in development instructions
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 3ebb453..ce453af 100644
--- a/README.markdown
+++ b/README.markdown
@@ -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