Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Dec 8, 2024
1 parent 345819b commit 26d1aa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/raspberry_pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ with `poetry add rlai`) or as a submodule as shown in the cart-pole system descr
4. Install the project.
Note that RLAI depends on Qt6 for graphical rendering of certain simulations and plots. These renderings will not be
possible on the Pi, since Qt6 isn't installed.
5. If poetry installations hang, you might require the following:
```shell
export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring
```

0 comments on commit 26d1aa2

Please sign in to comment.