From 6f854d0f339f98ddaff3f3c6c3a7685608bba83c Mon Sep 17 00:00:00 2001 From: James Simmons <53658028+simmonsj330@users.noreply.github.com> Date: Thu, 17 Nov 2022 17:38:08 -0500 Subject: [PATCH] Small SDK_README changes (#3437) Co-authored-by: James Maslek --- openbb_terminal/SDK_README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/openbb_terminal/SDK_README.md b/openbb_terminal/SDK_README.md index 66ca1e2ca8a4..8cf2b6c98e0f 100644 --- a/openbb_terminal/SDK_README.md +++ b/openbb_terminal/SDK_README.md @@ -30,7 +30,7 @@ you are using conda. Download the `x86_64` Miniconda for your respective system and follow along with it's installation instructions. The Miniconda architecture MUST be `x86_64` in order to use certain features. -2. **Create Environment** +2. **Create & Activate Environment** ```shell conda create -n python=3.9.6 -y @@ -42,6 +42,10 @@ you are using conda. conda create -n -c conda-forge python=3.9.6 u8darts=0.22.0 pytorch-lightning=1.6.5 -y ``` + ```shell + conda activate + ``` + 3. **Install OpenBB Terminal** ```shell @@ -54,6 +58,8 @@ you are using conda. pip install "openbbterminal[prediction]" ``` + Congratulations! You have successfully installed `openbbterminal` on an environment and are now able to begin using it. However, it is important to note that if you close out of your CLI you must re-activate your environment in order begin using it again. + ## Setup ### 1. Import OpenBB SDK