From f4ab28f89e031d153d0fb4083963173ddeb31c05 Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Tue, 8 Dec 2020 09:10:18 -0600 Subject: [PATCH 1/2] Added message about libgeos_c --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a449d17..5f823b2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ source card-live-venv python -m pip install card-live-dashboard ``` +__Note: If you encounter an error related to *libgeos_c.so*, you may need to install this separately. One option is to install the `geos` package via conda (`conda install geos`) which should include *libgeos_c*. See issue #18__. + ## Development If, instead, you want to install and do development on the code you can instead run (after creating a virtual environment): From 9faeb4639bfd0a5c6853028c10a8d716cf9df5ad Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Tue, 8 Dec 2020 09:13:04 -0600 Subject: [PATCH 2/2] Fixed up some links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f823b2..9c50d1e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ source card-live-venv python -m pip install card-live-dashboard ``` -__Note: If you encounter an error related to *libgeos_c.so*, you may need to install this separately. One option is to install the `geos` package via conda (`conda install geos`) which should include *libgeos_c*. See issue #18__. +*Note: If you encounter an error related to __libgeos_c.so__, you may need to install this separately. One option is to install the `geos` package via conda (`conda install geos`) which should include __libgeos_c__. See issue [#18](https://github.com/arpcard/card-live-dashboard/issues/18)*. ## Development