From fbf9bfe8972a75b66770d136629e1686831947e7 Mon Sep 17 00:00:00 2001 From: Samuel Husso Date: Tue, 9 Jan 2018 07:24:00 +0200 Subject: [PATCH] Update installation.md it seems that ta-lib requires python3.6-dev package to be installed --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 9ea6265ba..585ffeb24 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -139,7 +139,7 @@ This bot require Python 3.6 and TA-LIB ```bash sudo add-apt-repository ppa:jonathonf/python-3.6 sudo apt-get update -sudo apt-get install python3.6 python3.6-venv build-essential autoconf libtool pkg-config make wget git +sudo apt-get install python3.6 python3.6-venv python3.6-dev build-essential autoconf libtool pkg-config make wget git ``` **2.1.2. Install TA-LIB**