Skip to content

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.txt for available updates
  • Update packages safely without breaking changes
  • Resolve dependency conflicts automatically
  • Integrate seamlessly into CI/CD pipelines


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

Check your Python version

Bash
python --version
# Python 3.11.4

Next Steps

After completing the getting started guides, explore: