From c3e0397743a61227c741585fc5c97bb45a486cee Mon Sep 17 00:00:00 2001 From: Blackhawke Date: Wed, 9 Sep 2020 09:16:11 -0700 Subject: [PATCH] Added full "source" command to virtualenv in easy install --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index c03be55d1..da82d632f 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 under `.env/` +* Setup your virtualenv: `source .env/bin/activate` This option is a combination of installation tasks, `--reset` and `--config`.