Skip to content

Commit

Permalink
doc: remove section about pycairo from Christoph Gohlke's page as pyc…
Browse files Browse the repository at this point in the history
…airo now provides wheels for Windows
  • Loading branch information
ntamas committed Jun 15, 2024
1 parent c87f494 commit 417a7a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,6 @@ you need to install Cairo headers using your package manager (Linux) or `homebre

$ pip install pycairo

The Cairo project does not provide pre-compiled binaries for Windows, but Christoph Gohlke
maintains a site containing unofficial Windows binaries for several Python extension packages,
including Cairo. Therefore, the easiest way to install Cairo on Windows along with its Python bindings
is simply to download it from `Christoph's site <https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycairo>`_.
Make sure you use an installer that is suitable for your Windows platform (32-bit or 64-bit) and the
version of Python you are using.

To check if Cairo is installed correctly on your system, run the following example::

>>> import igraph as ig
Expand Down

0 comments on commit 417a7a3

Please sign in to comment.