Skip to content

How to develop

Dominika Regéciová edited this page Jan 29, 2024 · 2 revisions

How to develop

Install GenRex in development mode with all necessary dependencies.

make dev-install

This will also set pre-commit git hooks to keep the code neatly formatted:

pre-commit run --all-files

Tests

You can run tests with the following command:

make tests

Code style

GenRex uses black to format and check GenRex source code. In order to format the code accordingly you can use prepared make format.

Clone this wiki locally