Spaces:
Sleeping
Sleeping
Update tools/extract_market_data.py
Browse files
tools/extract_market_data.py
CHANGED
|
@@ -17,7 +17,7 @@ class ExtractMarketDataTool(Tool):
|
|
| 17 |
import yfinance as yf
|
| 18 |
except ImportError as e:
|
| 19 |
raise ImportError(
|
| 20 |
-
"You must install packages `yfinance` to run this tool: for instance run `
|
| 21 |
) from e
|
| 22 |
|
| 23 |
try:
|
|
|
|
| 17 |
import yfinance as yf
|
| 18 |
except ImportError as e:
|
| 19 |
raise ImportError(
|
| 20 |
+
"You must install packages `yfinance` to run this tool: for instance run `pip install yfinance`"
|
| 21 |
) from e
|
| 22 |
|
| 23 |
try:
|