Getting Started¶
Welcome to depkeeper! This section will help you get up and running quickly.
Overview¶
depkeeper is a modern Python dependency management tool that helps you:
- Check your
requirements.txtfor available updates - Update packages safely without breaking changes
- Resolve dependency conflicts automatically
- Integrate seamlessly into CI/CD pipelines
Quick Links¶
-
Install depkeeper via pip, pipx, or from source.
-
Get running in under 5 minutes with essential commands.
-
Learn the fundamentals of checking and updating dependencies.
Requirements¶
Before installing depkeeper, ensure you have:
| Requirement | Version |
|---|---|
| Python | 3.8 or higher |
| pip | 21.0 or higher (recommended) |
| OS | Windows, macOS, or Linux |
Next Steps¶
After completing the getting started guides, explore:
- User Guide -- In-depth feature documentation
- CLI Reference -- Complete command reference
- CI/CD Integration -- Automate dependency updates