From 17b71f4e05f000058b8a4e792c8f8edb190c95a0 Mon Sep 17 00:00:00 2001 From: Danglewood <85772166+deeleeramone@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:25:53 -0800 Subject: [PATCH] openbb-yfinance insteead of openbb[yfinance] --- content/platform/installation.mdx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/content/platform/installation.mdx b/content/platform/installation.mdx index 8e2033549..25959699c 100644 --- a/content/platform/installation.mdx +++ b/content/platform/installation.mdx @@ -117,23 +117,17 @@ In a macOS `zsh` Terminal shell, add quotation marks around the library name. To install a single extension: ```console -pip install openbb[charting] +pip install openbb-charting ``` ```console -pip install openbb[ta] +pip install openbb-technical ``` Or install a single provider: ```console -pip install openbb[yfinance] -``` - -To install the Nightly distribution (this installs all extras by default): - -```console -pip install openbb-nightly +pip install openbb-yfinance ``` From your python interpreter, import the OpenBB Platform: