adapt README

This commit is contained in:
gcarq 2017-09-30 20:59:54 +02:00
parent 3f6f502e66
commit 1eee0c91bf
1 changed files with 3 additions and 2 deletions

View File

@ -65,7 +65,8 @@ $ cp config.json.example config.json
$ python -m venv .env $ python -m venv .env
$ source .env/bin/activate $ source .env/bin/activate
$ pip install -r requirements.txt $ 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)). 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 #### Execute tests
``` ```
$ python -m unittest $ python setup.py test
``` ```
#### Docker #### Docker