Skip to content

Commit a6d13ac

Browse files
author
John Solly
authored
Added info about libgl1 dependency install on Linux systems (#141)
1 parent d083038 commit a6d13ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ conda install -n base mamba -c conda-forge
2424
mamba create -n geo segment-geospatial python=3.9 -c conda-forge
2525
```
2626

27+
As of July 9th, 2023 Linux systems have also required that `libgl1` be installed for segment-geospatial to work. The following command will install that dependency
28+
```bash
29+
apt update; apt install -y libgl1
30+
```
31+
2732
## Install from GitHub
2833

2934
To install the development version from GitHub using [Git](https://git-scm.com/), run the following command in your terminal:

0 commit comments

Comments
 (0)