From c3396c96d08f4250e12bca209edae668730e08c0 Mon Sep 17 00:00:00 2001 From: MisterWil Date: Wed, 23 Aug 2017 15:53:59 -0700 Subject: [PATCH] Updated readme --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d6e2ad6..60896da 100644 --- a/README.rst +++ b/README.rst @@ -188,7 +188,7 @@ Activate the virtual environment:: $ source venv/bin/activate -Install abodepy locally:: +Install abodepy locally in "editable mode":: $ pip3 install -e . @@ -197,6 +197,7 @@ Run the run the full test suite with tox before commit:: $ tox Alternatively you can run just the tests:: + $ tox -e py35 Library Usage