There was an error while loading. Please reload this page.
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.
make format