From 3f52b6d6d5115e7cfa22d8b1860104223e4a15e2 Mon Sep 17 00:00:00 2001 From: Blackhawke Date: Fri, 11 Sep 2020 12:01:45 -0700 Subject: [PATCH] Move "source" restored ".env/" --- docs/installation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index da82d632f..153de7065 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -63,7 +63,7 @@ With this option, the script will install the bot and most dependencies: You will need to have git and python3.6+ installed beforehand for this to work. * Mandatory software as: `ta-lib` -* Setup your virtualenv: `source .env/bin/activate` +* Setup your virtualenv under `.env/` This option is a combination of installation tasks, `--reset` and `--config`. @@ -79,6 +79,12 @@ This option will hard reset your branch (only if you are on either `master` or ` DEPRECATED - use `freqtrade new-config -c config.json` instead. +** Setup your virtual environment ** + +Each time you open a new terminal, you must run `source .env/bin/activate` + + + ------ ## Custom Installation