Skip to content

Commit 3530841

Browse files
committed
init openbb terminal and sdk
1 parent 80976a0 commit 3530841

File tree

5 files changed

+2116
-2
lines changed

5 files changed

+2116
-2
lines changed

.gitpod.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11

22
tasks:
3-
- name: install and setup miniconda and openbb
3+
- name: OpenBB Terminal and SDK # Install and Setup: miniconda, openbb terminal and openbb sdk
44
before: |
55
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
66
bash ~/miniconda.sh -b -p ${HOME}/miniconda
77
eval "$(${HOME}/miniconda/bin/conda shell.bash hook)"
88
conda init
99
conda install -n base -c conda-forge mamba -y
1010
mamba create -n genelab-utils -c conda-forge -c bioconda -c defaults -c astrobiomike 'genelab-utils>=1.1.02' -y
11+
git clone https://github.com/OpenBB-finance/OpenBBTerminal.git
12+
cd OpenBBTerminal
1113
init: |
1214
conda create -n obb python=3.9.6 -y
1315
conda activate obb
1416
pip install openbb==2.0.0
1517
pip install "openbb[all]"
16-
command: conda activate obb
18+
poetry install -E all
19+
command: openbb
1720

1821

1922
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/

0 commit comments

Comments
 (0)