mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 06:43:53 -05:00
Remove gnupg from arch instructions
@@ -39,9 +39,9 @@ apk add libffi-dev ncurses-dev openssl-dev readline-dev tk-dev xz-dev zlib-dev
|
|||||||
* Arch and derivatives
|
* Arch and derivatives
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pacman -S --needed openssl zlib bzip2 readline sqlite wget curl llvm gnupg ncurses xz tk libffi python-pyopenssl git
|
pacman -S --needed openssl zlib bzip2 readline sqlite wget curl llvm ncurses xz tk libffi python-pyopenssl git
|
||||||
```
|
```
|
||||||
The library ncurses5 you would need an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) in order to install. If using [YAY](https://aur.archlinux.org/packages/yay/):
|
To install the library ncurses5 would require an [AUR Helper](https://wiki.archlinux.org/index.php/AUR_helpers) to install. If using [YAY](https://aur.archlinux.org/packages/yay/):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yay -S ncurses5-compat-libs
|
yay -S ncurses5-compat-libs
|
||||||
|
|||||||
Reference in New Issue
Block a user