diff --git a/openbb_terminal/README.md b/openbb_terminal/README.md index a617e1b1f835..07c4ac14dd4d 100644 --- a/openbb_terminal/README.md +++ b/openbb_terminal/README.md @@ -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 @@ -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