Installation

Quick installation (macOS)

brew install [email protected]
python3.11 -m pip install pipx
pipx install dyngle

Requirements

Dyngle requires Python 3.11 or later.

Alternative Installation Methods

Using pip

pip install dyngle

From Source

git clone https://gitlab.com/steamwiz/dyngle.git
cd dyngle
poetry install

Verifying Installation

After installation, verify that Dyngle is working:

dyngle --help

You should see the command-line help output.

Next Steps