Skip to content

Commit

Permalink
docs: note python3-launchpadlib requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
whalderman committed Jun 18, 2024
1 parent 7c21c49 commit 02da9d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/pack/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
content: |
`pack` can be installed using the [official PPA](https://launchpad.net/~cncf-buildpacks/+archive/ubuntu/pack-cli) by running the following commands:
> Note that `python3-launchpadlib` may need to be installed before adding the `ppa:cncf-buildpacks/pack-cli` repository.
```shell bash
# sudo apt-get update && sudo apt-get install python3-launchpadlib
sudo add-apt-repository ppa:cncf-buildpacks/pack-cli
sudo apt-get update
sudo apt-get install pack-cli
Expand Down

0 comments on commit 02da9d6

Please sign in to comment.