Skip to content

Commit

Permalink
openbb-yfinance insteead of openbb[yfinance]
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Dec 9, 2024
1 parent fc729f4 commit 17b71f4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions content/platform/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 17b71f4

Please sign in to comment.