diff --git a/website/content/terminal/quickstart/installation.md b/website/content/terminal/quickstart/installation.md index d25e1ed1c83d..bbad02f7693a 100644 --- a/website/content/terminal/quickstart/installation.md +++ b/website/content/terminal/quickstart/installation.md @@ -89,6 +89,8 @@ softwareupdate --install-rosetta ![MacOS Installation](https://user-images.githubusercontent.com/85772166/220201620-1c42bbd4-7509-41fc-8df8-389f34fde58a.png) +--- + ## Source Code The following instructions are for installing the OpenBB Terminal source code. @@ -256,6 +258,8 @@ python terminal.py **TROUBLESHOOTING:** Having difficulty getting through the installation, or encountering errors? Check out the [troubleshooting page](/terminal/quickstart/troubleshooting), or reach out to our [Discord](https://discord.gg/Up2QGbMKHY) community for help. +--- + ## Docker Installing the OpenBB Terminal via Docker supports both Windows and Unix systems (Linux + MacOS). Installation differs a bit between operating system (Windows, macOS and Linux). Please select the section matching to your OS. @@ -399,6 +403,8 @@ docker run --rm -it \ ghcr.io/openbb-finance/openbbterminal/openbb:latest ``` +--- + ## Advanced Installation By default we advise using `conda` and `poetry` for environment setup and dependency management. Conda ships binaries for packages like `numpy` so these dependencies are not built from source locally by `pip`. Poetry solves the dependency tree in a way that the dependencies of dependencies of dependencies use versions that are compatible with each other. diff --git a/website/content/terminal/quickstart/troubleshooting.md b/website/content/terminal/quickstart/troubleshooting.md index 0651dc0bc834..329b3c4d7eaf 100644 --- a/website/content/terminal/quickstart/troubleshooting.md +++ b/website/content/terminal/quickstart/troubleshooting.md @@ -86,6 +86,8 @@ This error is usually the result of a Mac M1/M2 machine which does not have Rose softwareupdate --install-rosetta ``` + +
Terminal app does not launch: Failed to execute script 'terminal' due to unhandled exception! When an installer-packaged version of the OpenBB Terminal fails to launch, because of this message, the machine may have an obsolete CPU-type or operating system. Please try installing via the source code, and if problems persist, reach out to us on [Discord](https://discord.gg/xPHTuHCmuV) or fill out a support request form on our [website](https://openbb.co/support). @@ -154,7 +156,7 @@ pip install pip-system-certs Find the `.env` file (located at the root of the user account folder: (`~/.openbb_terminal/.env`), and add a line at the bottom of the file with: ```console -HTTP_PROXY="
" or HTTPS_PROXY="
” +HTTP_PROXY="
" or HTTPS_PROXY="
” ```
@@ -285,8 +287,6 @@ From the Windows Security menu, click on the Firewall & Network Protection tab, - VcXsrv - Windows Terminal - -
Why does a specific menu or command not exist? It could be that you are running an outdated version in which the menu or command is not yet available. Please check the [installation guide](https://docs.openbb.co/terminal/quickstart/installation) to download the most recent release.