From 0708c813a00da2249f2189e9075dec49ba4aeb05 Mon Sep 17 00:00:00 2001 From: William Pietri Date: Sun, 10 Dec 2017 18:17:22 -0800 Subject: [PATCH] Updating to new release instructions. --- developing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developing.md b/developing.md index 8667af7..7ec3f6f 100644 --- a/developing.md +++ b/developing.md @@ -7,9 +7,9 @@ For a description of the Ecovacs API protocols, see ## Getting started with Sucks If you'd like to join in on developing, I recommend checking out the code, -doing `pipenv install` to set up a virtual environment, and then `pipenv shell` -to start using it. You can run the existing tests using `nosetests`. Current -test are not yet comprehensive, as the integrated nature of this makes it difficult. +setting up a virtual environment, and doing `pip install -e .`. You can +run the existing tests using `nosetests`. Current test are not yet +comprehensive, as the integrated nature of this makes it difficult. But I aim to reduce that problem over time, so please add tests as you go.