Installation¶
Requirements¶
Python 3.13+
From source (recommended for development)¶
The sources for corvix can be downloaded from the github repo
You can either clone the public repository:
git clone https://github.com/renefritze/corvix.git
Or download the tarball:
curl -OJL https://github.com/renefritze/corvix/tarball/main
Once you have a copy of the source, you can install it with:
uv sync
Run commands inside the project environment with:
uv run corvix --help