Skip to content
Snippets Groups Projects
Commit 7332eecb authored by schneider's avatar schneider
Browse files

fix(doc): Cleanup of how to install python deps

parent bcd95c7b
Branches
No related tags found
No related merge requests found
...@@ -73,29 +73,34 @@ Dependencies ...@@ -73,29 +73,34 @@ Dependencies
* One of three CRC packages are required. Pick one: * One of three CRC packages are required. Pick one:
- for all OS's - Ubuntu / Debian / macOS
.. code-block:: shell-session .. code-block:: shell-session
pip3 install --user crc16 pip3 install --user crc16
or
.. code-block:: shell-session .. code-block:: shell-session
pip3 install --user crcmod pip3 install --user crcmod
- Arch
.. code-block:: shell-session .. code-block:: shell-session
pip3 install --user crcmod pacman -S python-crc16
* **python3-pillow**: Python Image Library * **python3-pillow**: Python Image Library
.. code-block:: shell-session .. code-block:: shell-session
pip3 install --user pillow pip3 install --user pillow
- Arch - Arch
.. code-block:: shell-session .. code-block:: shell-session
pacman -S python-crc16 python-pillow pacman -S python-pillow
.. _ARM's GNU toolchain: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads .. _ARM's GNU toolchain: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment