mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
7 lines
87 B
Bash
Executable File
7 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
if $WITH_PANDAS
|
|
then
|
|
pip install pandas
|
|
echo "pandas installed"
|
|
fi
|