Skip to content

Commit 43e651e

Browse files
authored
install: add note about Colab (#341)
1 parent fcc6a6c commit 43e651e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/source/install.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ If you plan to use the C extensions, then the following are required:
5757

5858
Any of the above can be installed with either pip or conda.
5959

60+
Google Colab Dependency Installation
61+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62+
63+
The following command has been known to work to instal GSL in Google Colab.
64+
GSL is usually the missing dependency that causes Colab installations to fail.
65+
66+
.. code:: console
67+
68+
!apt install libgsl-dev
69+
6070
.. _verifying_your_installation:
6171

6272
Verifying your installation

0 commit comments

Comments
 (0)