From 47bc46c804b27622e55edf451a7b09ae5dbaa747 Mon Sep 17 00:00:00 2001 From: molpcs Date: Fri, 12 Jan 2024 11:57:58 -0800 Subject: [PATCH] Update README.md Wrap yfinance[optional] code snippet with quotes to avoid conflict with zsh globbing. Remains compatible with bash. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 356a284..2ba663d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ $ pip install yfinance --upgrade --no-cache-dir To install with optional dependencies, replace `optional` with: `nospam` for [caching-requests](#smarter-scraping), `repair` for [price repair](https://github.com/ranaroussi/yfinance/wiki/Price-repair), or `nospam,repair` for both: ``` {.sourceCode .bash} -$ pip install yfinance[optional] +$ pip install "yfinance[optional]" ``` [Required dependencies](./requirements.txt) , [all dependencies](./setup.py#L62).