Skip to content

Commit 5f0ec4d

Browse files
committed
Installing GSL.
1 parent dd23baa commit 5f0ec4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ It is licensed under the GNU General Public License, version 3 or later ("GPL3+"
88

99
## Getting started
1010

11+
Install the GNU Scientific Library.
12+
For example:
13+
14+
```
15+
apt install libgsl-dev
16+
```
17+
18+
You may use `conda` or `brew` as you see fit.
19+
1120
[Install rust](https://www.rust-lang.org/learn/get-started)
1221

1322
Then:

0 commit comments

Comments
 (0)