Update installation.md

it seems that ta-lib requires python3.6-dev package to be installed
This commit is contained in:
Samuel Husso
2018-01-09 07:24:00 +02:00
committed by GitHub
parent e46fcf0e02
commit fbf9bfe897

View File

@@ -139,7 +139,7 @@ This bot require Python 3.6 and TA-LIB
```bash ```bash
sudo add-apt-repository ppa:jonathonf/python-3.6 sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update 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** **2.1.2. Install TA-LIB**