diff --git a/README.md b/README.md index ef5e786c..e99a5ec2 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,13 @@ Visit the [Wiki](../../wiki) for more information. Install via PyPI: ```bash -pip3 install linode-cli +pipx install linode-cli ``` - +To upgrade: +``` +pipx upgrade linode-cli +``` +We recommend using `pipx` to install `linode-cli`, as it installs Python CLI tools in isolated environments and avoids conflicts with system-managed Python packages (PEP 668). Visit the [Wiki](../../wiki/Installation) for more information. ## Contributing