Installation¶
UUID-Forge can be installed using various package managers. Choose the method that best fits your workflow.
Requirements¶
- Python 3.11 or higher
- pip, uv, or poetry (depending on your preferred installation method)
Installation Methods¶
Using uv (Recommended)¶
Using pip¶
Using poetry¶
Development Installation¶
If you want to contribute to UUID-Forge or install from source:
# Clone the repository
git clone https://github.com/yourusername/uuid-forge.git
cd uuid-forge
# Install in development mode
uv sync --dev
Verification¶
Verify your installation by running:
Or use the CLI:
Next Steps¶
- Quick Start Guide - Get up and running in 5 minutes
- Configuration - Learn about configuration options