Skip to content

Commit

Permalink
Merge branch 'main' into more_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek authored Nov 18, 2022
2 parents ed21e81 + 6f854d0 commit ec7d395
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openbb_terminal/SDK_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <environment> python=3.9.6 -y
Expand All @@ -42,6 +42,10 @@ you are using conda.
conda create -n <environment> -c conda-forge python=3.9.6 u8darts=0.22.0 pytorch-lightning=1.6.5 -y
```

```shell
conda activate <environment>
```

3. **Install OpenBB Terminal**

```shell
Expand All @@ -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
Expand Down

0 comments on commit ec7d395

Please sign in to comment.