Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.91 KB

README.rst

File metadata and controls

63 lines (41 loc) · 1.91 KB

GEO Comments

Build Status Software Life Cycle Software License Release Join us at Discord

GEO Knowledge Hub comments module.

Development

Install

Install the package with the docs, elasticsearch, and a database (postgresql in the example) dependencies:

pip install -e .[docs,postgresql,elasticsearch7]

Tests

After installing the package and its dependencies, if you want to test the code, install the tests dependencies:

pip install -e .[tests,elasticsearch7]

Now, you can run the tests:

./run-tests.sh