Skip to content

Commit

Permalink
hotfix/Fix troubleshooting and adding lines (#4379)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkenreich authored Mar 2, 2023
1 parent 3829e6a commit da39374
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions website/content/terminal/quickstart/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions website/content/terminal/quickstart/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ This error is usually the result of a Mac M1/M2 machine which does not have Rose
softwareupdate --install-rosetta
```

</details>

<details><summary>Terminal app does not launch: Failed to execute script 'terminal' due to unhandled exception!</summary>

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).
Expand Down Expand Up @@ -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="<ADDRESS>" or HTTPS_PROXY="<ADDRESS>”
HTTP_PROXY="<ADDRESS>" or HTTPS_PROXY="<ADDRESS>”
```

</details>
Expand Down Expand Up @@ -285,8 +287,6 @@ From the Windows Security menu, click on the Firewall & Network Protection tab,
- VcXsrv
- Windows Terminal

</details>

<details><summary>Why does a specific menu or command not exist?</summary>

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.
Expand Down

0 comments on commit da39374

Please sign in to comment.