From 1eee0c91bf931c29b5a1f5388793c1a06ee49080 Mon Sep 17 00:00:00 2001 From: gcarq Date: Sat, 30 Sep 2017 20:59:54 +0200 Subject: [PATCH] adapt README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dc649d06..9d4c457d8 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ $ cp config.json.example config.json $ python -m venv .env $ source .env/bin/activate $ pip install -r requirements.txt -$ ./main.py +$ pip install -e . +$ ./freqtrade/main.py ``` There is also an [article](https://www.sales4k.com/blockchain/high-frequency-trading-bot-tutorial/) about how to setup the bot (thanks [@gurghet](https://github.com/gurghet)). @@ -73,7 +74,7 @@ There is also an [article](https://www.sales4k.com/blockchain/high-frequency-tra #### Execute tests ``` -$ python -m unittest +$ python setup.py test ``` #### Docker