Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2648

Merged
merged 4 commits into from
Sep 27, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion openbb_terminal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ issues.
conda env create -n obb --file build/conda/conda-3-9-env.yaml
```

Note: Using python 3.10 can lead to undesirable functionality for certain commands.

6. Activate the virtual environment

```bash
Expand Down Expand Up @@ -353,7 +355,7 @@ There are a few things that still don't work, and you can see what works and wha
from now onwards.

```bash
conda env create -n openbb python=3.8.13
conda env create -n openbb python=3.9
```

8. Activate the virtual environment
Expand Down