summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2023-12-28 06:14:18 -0800
committerGitHub <noreply@github.com>2023-12-28 14:14:18 +0000
commit3eaf0d2ef1c28fff8ce1cb809594288fb34ae70e (patch)
tree65e73838181c918f8bede153d7d7cee74e62f65d
parent06e38834d067a5e32d8596f8980a636cd7df9e86 (diff)
docs/legacy-install: Add warning at top of page - Instructions on this page are for installing the Terminal (#5904)
* add warning at top of page - instructions are for installing the Terminal app * pip install openbb-nightly
-rw-r--r--website/content/platform/installation.md6
-rw-r--r--website/content/terminal/installation/pypi.md4
-rw-r--r--website/content/terminal/installation/source.md4
3 files changed, 14 insertions, 0 deletions
diff --git a/website/content/platform/installation.md b/website/content/platform/installation.md
index 214664c99d1..b7c737a3679 100644
--- a/website/content/platform/installation.md
+++ b/website/content/platform/installation.md
@@ -105,6 +105,12 @@ Or install a single provider:
pip install openbb[yfinance]
```
+To install the Nightly distribution (this installs all extras by default):
+
+```console
+pip install openbb-nightly
+```
+
From your python interpreter, import the OpenBB Platform:
```console
diff --git a/website/content/terminal/installation/pypi.md b/website/content/terminal/installation/pypi.md
index 0c9e2e17c99..9db6030063d 100644
--- a/website/content/terminal/installation/pypi.md
+++ b/website/content/terminal/installation/pypi.md
@@ -28,6 +28,10 @@ import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
This section provides steps to install the OpenBB Terminal and SDK from PyPI. This installation type supports Windows, macOS and Linux systems. **Before starting the installation process, make sure the following pieces of software are installed.**
+:::warning
+The instructons on this page are for installing the OpenBB Terminal from PyPI, which uses a legacy version of the Python SDK. If you do not wish to install the OpenBB Terminal application, please refer to the installation instructions [here](/platform/installation)
+:::
+
<details><summary>Miniconda</summary>
Miniconda is a Python environment and package manager. It is required for installing certain dependencies.
diff --git a/website/content/terminal/installation/source.md b/website/content/terminal/installation/source.md
index 5ac31466c95..dbf563d32a5 100644
--- a/website/content/terminal/installation/source.md
+++ b/website/content/terminal/installation/source.md
@@ -33,6 +33,10 @@ import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
<!-- markdownlint-disable MD012 MD031 MD033 -->
+:::warning
+The instructons on this page are for installing the OpenBB Terminal from the source code, which uses a legacy version of the Python SDK. If you do not wish to install the OpenBB Terminal application, please refer to the installation instructions [here](/platform/installation)
+:::
+
This section provides steps to install the OpenBB Terminal and SDK from source. This installation type supports Windows, macOS and Linux systems. **Before starting the installation process, make sure the following pieces of software are installed.**
<details><summary>Miniconda</summary>