Installation
Note
Warning: This tool is not yet published on PyPI, but it will be available soon. In the meantime, please use the installation from the local Git repository.
Prerequisites
Installation with pip
1. Install from PyPI:
pip install denofo
2. Install from the local Git repository:
git clone https://github.com/EDohmen/denofo.git
cd denofo
pip install -e .
Installation with uv
1. Install from PyPI:
uv pip install denofo
2. Install from the local Git repository:
git clone https://github.com/EDohmen/denofo.git
cd denofo
uv pip install -e .
After installation, you can access the tools via the command line: Usage.