python3-bs4 is not available on CentOS 7.3
- python3-beautifulsoup4 can be installed via pip3 - use https in package link
This commit is contained in:
parent
bf3de409be
commit
2d126234fd
@ -105,13 +105,15 @@ or on Ubuntu:
|
|||||||
- [Homebrew](http://braumeister.org/formula/buku)
|
- [Homebrew](http://braumeister.org/formula/buku)
|
||||||
- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/buku) (`sudo nix-env -i buku`)
|
- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/buku) (`sudo nix-env -i buku`)
|
||||||
- [PyPi](https://pypi.python.org/pypi/buku/) (`sudo pip3 install buku`)
|
- [PyPi](https://pypi.python.org/pypi/buku/) (`sudo pip3 install buku`)
|
||||||
- [Ubuntu](http://packages.ubuntu.com/search?keywords=buku&searchon=names&exact=1)
|
- [Ubuntu](https://packages.ubuntu.com/search?keywords=buku&searchon=names&exact=1)
|
||||||
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/)
|
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/)
|
||||||
- [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/buku) (`sudo xbps-install -S buku`)
|
- [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/buku) (`sudo xbps-install -S buku`)
|
||||||
|
|
||||||
#### Release packages
|
#### Release packages
|
||||||
|
|
||||||
Packages for Arch Linux, CentOS, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/Buku/releases/latest).
|
Packages for Arch Linux, CentOS, Debian, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/Buku/releases/latest).
|
||||||
|
|
||||||
|
NOTE: CentOS may not have the python3-beautifulsoup4 package in the repos. Install it using pip3.
|
||||||
|
|
||||||
#### From source
|
#### From source
|
||||||
|
|
||||||
|
@ -26,18 +26,18 @@ packages:
|
|||||||
- python3-urllib3
|
- python3-urllib3
|
||||||
- python3
|
- python3
|
||||||
# centos no beautifulsoup4
|
# centos no beautifulsoup4
|
||||||
# centos7.3:
|
centos7.3:
|
||||||
# builddeps:
|
builddeps:
|
||||||
# - make
|
- make
|
||||||
# deps:
|
deps:
|
||||||
# - python-beautifulsoup4
|
# - python-beautifulsoup4
|
||||||
# - python-cryptography
|
- python-cryptography
|
||||||
# - python-requests
|
- python-requests
|
||||||
# - python-urllib3
|
- python-urllib3
|
||||||
# - python
|
- python
|
||||||
# commands:
|
commands:
|
||||||
# pre:
|
pre:
|
||||||
# - yum install epel-release
|
- yum install epel-release
|
||||||
ubuntu16.04:
|
ubuntu16.04:
|
||||||
builddeps:
|
builddeps:
|
||||||
- make
|
- make
|
||||||
|
Loading…
Reference in New Issue
Block a user