From 0afc5fa88f8cc7b8ed1ad041cb69022718b0bdbc Mon Sep 17 00:00:00 2001 From: Colin Delahunty <72827203+colin99d@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:05:33 +0200 Subject: [PATCH 1/3] Update README.md --- openbb_terminal/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbb_terminal/README.md b/openbb_terminal/README.md index a617e1b1f835..40aad78b9f5c 100644 --- a/openbb_terminal/README.md +++ b/openbb_terminal/README.md @@ -124,6 +124,7 @@ issues. ```bash conda env create -n obb --file build/conda/conda-3-9-env.yaml ``` + Note: Using python 3.10 can lead to undesirable functionaly for certain commands. 6. Activate the virtual environment @@ -353,7 +354,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 From 73c2f4be8ae8d7ea3cadb585e90824cbe52249d6 Mon Sep 17 00:00:00 2001 From: Colin Delahunty <72827203+colin99d@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:07:39 +0200 Subject: [PATCH 2/3] Update README.md --- openbb_terminal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbb_terminal/README.md b/openbb_terminal/README.md index 40aad78b9f5c..01ca510e06c8 100644 --- a/openbb_terminal/README.md +++ b/openbb_terminal/README.md @@ -124,7 +124,7 @@ issues. ```bash conda env create -n obb --file build/conda/conda-3-9-env.yaml ``` - Note: Using python 3.10 can lead to undesirable functionaly for certain commands. + Note: Using python 3.10 can lead to undesirable functionality for certain commands. 6. Activate the virtual environment From ff8526f282607abeacf04749955bfd45a42ecb76 Mon Sep 17 00:00:00 2001 From: Colin Delahunty <72827203+colin99d@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:10:40 +0200 Subject: [PATCH 3/3] Update README.md --- openbb_terminal/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/openbb_terminal/README.md b/openbb_terminal/README.md index 01ca510e06c8..07c4ac14dd4d 100644 --- a/openbb_terminal/README.md +++ b/openbb_terminal/README.md @@ -124,6 +124,7 @@ issues. ```bash 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