Move "source" restored ".env/"

This commit is contained in:
Blackhawke 2020-09-11 12:01:45 -07:00
parent c3e0397743
commit 3f52b6d6d5

View File

@ -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