Update README.md (pipx already worked in 22.04)

At least on my system, pipx already worked in 22.04 LTS, so probably no need to have different instructions for different Ubuntu versions?)
This commit is contained in:
rxhfcy 2023-11-29 14:12:09 +02:00 committed by GitHub
parent 68c1eb4f5f
commit d017b8d449
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`:
Up to Ubuntu 22.04:
```sh
pip install vpk
```
From Ubuntu 23.04 on you need to do instead:
```sh
sudo apt install pipx
pipx ensurepath
pipx install vpk
```