Skip to content

Commit 5bc4bc0

Browse files
authored
Add Debian dependencies required for pycairo and manimpango (#3044)
Without these packages, using `poetry install` fails on pycairo and manimpango because there is no C++ compiler nor headers to compile parts of those packages.
1 parent f8b0495 commit 5bc4bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation/linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ simply run:
3939
.. code-block:: bash
4040
4141
sudo apt update
42-
sudo apt install libcairo2-dev libpango1.0-dev ffmpeg
42+
sudo apt install build-essential python3-dev libcairo2-dev libpango1.0-dev ffmpeg
4343
4444
If you don't have python3-pip installed, install it via:
4545

0 commit comments

Comments
 (0)