Merge pull request #513 from rxhfcy/patch-4

Update README.md (pipx works on 22.04)
This commit is contained in:
Weston 2023-11-29 08:52:48 -06:00 committed by GitHub
commit 3a5bb77d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,15 +60,8 @@ export BLENDER_3_6="/usr/bin/blender"
You will need to install Python `vpk`: You will need to install Python `vpk`:
Up to Ubuntu 22.04:
```sh
pip install vpk
```
From Ubuntu 23.04 on you need to do instead:
```sh ```sh
sudo apt install pipx
pipx ensurepath pipx ensurepath
pipx install vpk pipx install vpk
``` ```