Requirements
Before installing the CLI tool, ensure you have:- Python 3.12+ - The tool requires Python version 3.12 or higher
- uv - A fast Python package manager
Installation Steps
Install dependencies with uv
Run the following command to install all dependencies:This will:
- Install the
list-updaterpackage and its dependencies - Install development dependencies (ruff, mypy, taskipy)
- Set up the project environment
What’s Installed
The installation includes:- Main CLI tool (
main.py) - Entry point with all commands - Core library (
list_updater/) - Implementation modules - Development tools:
ruff- Python linter and formattermypy- Static type checkertaskipy- Task runner
Next Steps
Now that you have the CLI installed, you can:- Follow the Quickstart guide to learn basic usage
- Explore README commands for updating documentation
- Check out Listings commands for data management