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: