-
Notifications
You must be signed in to change notification settings - Fork 1
How to develop
Dominika Regéciová edited this page Jan 29, 2024
·
2 revisions
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
You can run tests with the following command:
make tests
GenRex uses black to format and check GenRex source code. In
order to format the code accordingly you can use prepared make format
.