Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r authored Jan 13, 2024
1 parent 9545bb1 commit 6ca852b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ xbps-install -Sy bash gcc git openssl-devel python3 python3-devel
#### Debian / Ubuntu / Linux Mint

```
apt -y install bash build-essential git libssl-dev python3 python3-dev python3-pip python3-venv
apt -y install gcc git libssl-dev python3 python3-dev python3-venv
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
```

#### Rocky Linux / AlmaLinux
Expand Down

0 comments on commit 6ca852b

Please sign in to comment.