summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2023-05-30 11:36:20 -0700
committerGitHub <noreply@github.com>2023-05-30 18:36:20 +0000
commit1b5c05460bc8a415ccb2e8c00e75608b9838f5c4 (patch)
tree29a73311d1a69442061925bed3229c712eada387
parent72a46fbfbfc93b314c6989b0e06bef0d3471c1ed (diff)
adds reference to the YAML files for Python 3.8 and 3.10 (#5073)
-rw-r--r--website/content/terminal/installation/pypi.md4
-rw-r--r--website/content/terminal/installation/source.md4
2 files changed, 8 insertions, 0 deletions
diff --git a/website/content/terminal/installation/pypi.md b/website/content/terminal/installation/pypi.md
index 545d211ef91..efc89b05743 100644
--- a/website/content/terminal/installation/pypi.md
+++ b/website/content/terminal/installation/pypi.md
@@ -197,6 +197,10 @@ Copy and paste these commands into the terminal/command prompt:
conda env create -n obb --file https://raw.githubusercontent.com/OpenBB-finance/OpenBBTerminal/main/build/conda/conda-3-9-env.yaml
```
+:::note
+Additional `YAML` files provide support for Python versions 3.8 and 3.10. Substitute the `9`, in the command above, with the desired version.
+:::
+
Agree to the prompts if there are any.
After the obb environment is created, activate it by entering:
diff --git a/website/content/terminal/installation/source.md b/website/content/terminal/installation/source.md
index a57451deb7b..540cf33657a 100644
--- a/website/content/terminal/installation/source.md
+++ b/website/content/terminal/installation/source.md
@@ -209,6 +209,10 @@ Create the environment by copying the code below into the command line and agree
conda env create -n obb --file build/conda/conda-3-9-env.yaml
```
+:::note
+Additional `YAML` files provide support for Python versions 3.8 and 3.10. Substitute the `9`, in the command above, with the desired version.
+:::
+
After the obb environment is created, activate it by entering:
```shell