Merge pull request #3764 from Blackhawke/develop

Added full virtualenv command to quick start
This commit is contained in:
Matthias 2020-09-12 08:43:59 +02:00 committed by GitHub
commit dcedc1480f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,8 +82,9 @@ This option will hard reset your branch (only if you are on either `master` or `
DEPRECATED - use `freqtrade new-config -c config.json` instead.
### Activate your virtual environment
Each time you open a new terminal, you must run `source .env/bin/activate`.
------