From cf6113068cdf1c9458a9491854df01e66306bf4b Mon Sep 17 00:00:00 2001 From: Leif Segen Date: Tue, 23 Jul 2019 22:52:42 -0500 Subject: [PATCH 1/2] Resolve issue #2042 Issue #2042 noted that the terminal output from `setup.sh` regarding an option use the bot was missing from the documentation. This has been added. --- docs/bot-usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/bot-usage.md b/docs/bot-usage.md index c643ecace..b29b046e5 100644 --- a/docs/bot-usage.md +++ b/docs/bot-usage.md @@ -2,6 +2,8 @@ This page explains the different parameters of the bot and how to run it. +Note: You can now use the bot by executing `source .env/bin/activate; freqtrade`. + ## Bot commands From 08a3d2632859c07ceaf9be05dc668799be5dd73e Mon Sep 17 00:00:00 2001 From: Leif Segen Date: Sat, 27 Jul 2019 18:35:21 -0500 Subject: [PATCH 2/2] Update bot-usage.md Update in response to feedback. --- docs/bot-usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/bot-usage.md b/docs/bot-usage.md index b29b046e5..bc0d0a87c 100644 --- a/docs/bot-usage.md +++ b/docs/bot-usage.md @@ -2,7 +2,8 @@ This page explains the different parameters of the bot and how to run it. -Note: You can now use the bot by executing `source .env/bin/activate; freqtrade`. +!Note: + If you've used `setup.sh`, don't forget to activate your virtual environment (`source .env/bin/activate`) before running freqtrade commands. ## Bot commands