Skip to content

Commit

Permalink
install guide: refer to Python 3.12
Browse files Browse the repository at this point in the history
I believe this is the default version on Gentoo now.
  • Loading branch information
enku committed Jun 3, 2024
1 parent 1c21aeb commit 9242506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ emerge --verbose --ask --noreplace \
app-containers/buildah \
app-containers/runc \
dev-db/postgresql \
dev-lang/python:3.11 \
dev-lang/python:3.12 \
dev-util/jenkins-bin \
dev-vcs/git \
net-misc/rabbitmq-server \
Expand Down Expand Up @@ -170,7 +170,7 @@ Install the Python packages in the `gbp` user's home directory.
```sh
cd /home/gbp
sudo -u gbp -H git clone https://github.com/enku/gentoo-build-publisher.git
sudo -u gbp -H python3.11 -m venv .
sudo -u gbp -H python3.12 -m venv .
sudo -u gbp -H ./bin/pip install -e ./gentoo-build-publisher gunicorn psycopg
mkdir -p /usr/local/bin
ln -s /home/gbp/bin/gbp /usr/local/bin/gbp
Expand Down

0 comments on commit 9242506

Please sign in to comment.