File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ tasks: # before and init tasks are pre-built: https://www.gitpod.io/docs/configu
33 - name : OpenBB Terminal # Install and Setup: miniconda, openbb terminal and openbb sdk
44 before : |
55 git clone https://github.com/OpenBB-finance/OpenBBTerminal.git
6- cd OpenBBTerminal
7- init : |
86 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
97 bash ~/miniconda.sh -b -p ${HOME}/miniconda
108 eval "$(${HOME}/miniconda/bin/conda shell.bash hook)"
@@ -15,7 +13,9 @@ tasks: # before and init tasks are pre-built: https://www.gitpod.io/docs/configu
1513 conda activate obb
1614 pip install openbb==2.0.0
1715 pip install "openbb[all]"
16+ cd OpenBBTerminal
1817 poetry install -E all
18+ init : conda activate obb
1919 command : openbb
2020
2121
You can’t perform that action at this time.
0 commit comments