setup.sh: Install libpython3-dev on Debian/Ubuntu
Python.h is required to build c modules for Python.
This commit is contained in:
parent
2254f65fa7
commit
5defd9a7f8
2
setup.sh
2
setup.sh
@ -138,7 +138,7 @@ function install_macos() {
|
||||
# Install bot Debian_ubuntu
|
||||
function install_debian() {
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential autoconf libtool pkg-config make wget git
|
||||
sudo apt-get install -y build-essential autoconf libtool pkg-config make wget git libpython3-dev
|
||||
install_talib
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user