Skip to content

Commit

Permalink
puts pip install openbb[all] inside quotes (OpenBB-finance#4366)
Browse files Browse the repository at this point in the history
Co-authored-by: James Maslek <[email protected]>
  • Loading branch information
deeleeramone and jmaslek authored Mar 1, 2023
1 parent b606619 commit 8e7951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/sdk/quickstart/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ conda activate obb
### 3A. Install From PyPi

```bash
pip install openbb[all]
pip install "openbb[all]"
```

Done! The OpenBB SDK can now be imported to any Python session with the line of code below.
Expand Down

0 comments on commit 8e7951f

Please sign in to comment.