Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc/libgeos dependency #19

Merged
merged 2 commits into from
Dec 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://github.com/arpcard/card-live-dashboard/issues/18)*.

## Development

If, instead, you want to install and do development on the code you can instead run (after creating a virtual environment):
Expand Down