Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Aug 25, 2021
1 parent af05428 commit 91ed395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

### Install `cerf`

**NOTE**: `cerf` is not officially supported for Ubuntu 18 users due to a system dependency (`GLIB_2.29`) required by the `whitebox` package which `cerf` uses to conduct spatial analysis. Ubuntu 18 natively includes `GLIB_2.27`. It may be possible for Ubuntu 18 users to upgrade to `GLIB_2.29` but this should be done with careful consideration. Instead, we officially support `cerf` use for Ubuntu users for versions 20.04.2 LTS and greater.
**NOTE**: `cerf` is not officially supported for Ubuntu 18 users due to a system dependency (`GLIBC_2.29`) required by the `whitebox` package which `cerf` uses to conduct spatial analysis. Ubuntu 18 natively includes `GLIBC_2.27`. It may be possible for Ubuntu 18 users to upgrade to `GLIBC_2.29` but this should be done with careful consideration. Instead, we officially support `cerf` use for Ubuntu users for versions 20.04.2 LTS and greater.

```bash
pip install cerf
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Installation

.. note::

**cerf** is not officially supported for Ubuntu 18 users due to a system dependency (``GLIB_2.29``) required by the ``whitebox`` package which **cerf** uses to conduct spatial analysis. Ubuntu 18 natively includes ``GLIB_2.27``. It may be possible for Ubuntu 18 users to upgrade to ``GLIB_2.29`` but this should be done with careful consideration. Instead, we officially support **cerf** use for Ubuntu users for versions 20.04.2 LTS and greater.
**cerf** is not officially supported for Ubuntu 18 users due to a system dependency (``GLIBC_2.29``) required by the ``whitebox`` package which **cerf** uses to conduct spatial analysis. Ubuntu 18 natively includes ``GLIBC_2.27``. It may be possible for Ubuntu 18 users to upgrade to ``GLIBC_2.29`` but this should be done with careful consideration. Instead, we officially support **cerf** use for Ubuntu users for versions 20.04.2 LTS and greater.

**cerf** can be installed via pip by running the following from a terminal window::

Expand Down

0 comments on commit 91ed395

Please sign in to comment.