mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Merge pull request #4767 from bzed/patch-1
setup.sh: Install libpython3-dev on Debian/Ubuntu
This commit is contained in:
commit
33fa196eae
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