Installation¶
ConfUSIus is compatible with Python 3.13 and above. We recommend using uv for fast and efficient package management, but you can also install ConfUSIus using the Python package manager of your choice.
Install with uv (recommended)¶
Development Installation¶
Please find all development installation instructions in the Contributing Guide.
Verify Installation¶
To verify that ConfUSIus has been installed correctly, you may run the following code snippet in a Python environment:
If the installation was successful, this code will print the installed version of ConfUSIus without any errors. If you encounter an error, please open an issue on the GitHub repository.