diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-30 12:55:28 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-30 12:55:28 (GMT) |
| commit | a1b1502d926d1afb70fd57eb6eb745c36d2b6ed8 (patch) | |
| tree | c888297b1869f3e8da48c8456e31895cd37f449d /docs | |
| parent | 40be05d261b4d16a6234f6e439aa92c6b1d73691 (diff) | |
install: Include the wasptool dependencies in the install guide
Fixes: #159
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index 5f150ff..fba22be 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -11,7 +11,7 @@ Building wasp-os from source Building wasp-os and launching the wasp-os simulator requires Python 3.6 (or later) and the following python modules: click, numpy, pexpect, PIL -(or Pillow), pyserial, pysdl2. +(or Pillow), pydbus, pygobject, pyserial, pysdl2. On Debian Buster the required python modules can be obtained using the following commands: @@ -20,7 +20,8 @@ following commands: sudo apt install \ wget git build-essential libsdl2-2.0.0 python3-click python3-numpy \ - python3-pexpect python3-pil python3-pip python3-serial unzip + python3-pexpect python3-pil python3-pip python3-pydbus \ + python-pygobject python3-serial unzip pip3 install --user cbor pysdl2 Additionally if you wish to regenerate the documentation you will require |
