Get Started
Quick install
How to install and run Todo CLI X
Quick install (Recommended)
The fastest way to get started with Todo CLI X is by installing it globally with pipx
, a Python packaging tool for installing CLI applications in isolated environments.
Requirements
- Python 3.11+
- pipx
Install via pipx
First, make sure you have pipx
installed:
Bash
Bash
You may need to restart your terminal or shell after installing pipx.
Once installed, you can run the CLI from anywhere:
Bash
To upgrade later:
Bash
pipx
is recommended if you just want to use the CLI.
The source install is better if you want to contribute or modify the code.