Update install_ta-lib.sh

This commit is contained in:
Matthias 2019-01-09 08:16:33 +01:00 committed by GitHub
parent e76ed31b08
commit 2e530a3e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,5 @@ if [ ! -f "/usr/local/lib/libta_lib.a" ]; then
&& which sudo && sudo make install || make install \
&& cd ..
else
echo "TA-lib already installed, skipping download and build."
cd ta-lib && sudo make install && cd ..
echo "TA-lib already installed, skipping installation"
fi