Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ 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
Comment thread
CodeBySayak marked this conversation as resolved.
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.
Comment thread
CodeBySayak marked this conversation as resolved.

## Contributing
Expand Down