diff --git a/README.md b/README.md index 9d4c457d8..3a2101d64 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,12 @@ There is also an [article](https://www.sales4k.com/blockchain/high-frequency-tra #### Execute tests ``` -$ python setup.py test +$ pytest +``` +This will by default skip the slow running backtest set. To run backtest set: + +``` +$ BACKTEST=true pytest ``` #### Docker