Use debian package for requests

main
Bob Mottram 2020-01-10 17:26:17 +00:00
parent 96d92cb8ce
commit a5968dd0f6
2 changed files with 5 additions and 4 deletions

View File

@ -21,7 +21,8 @@ On Arch/Parabola:
``` bash ``` bash
sudo pacman -S tor python-pip python-pysocks python-pycryptodome \ sudo pacman -S tor python-pip python-pysocks python-pycryptodome \
python-beautifulsoup4 imagemagick python-pillow \ python-beautifulsoup4 imagemagick python-pillow \
perl-image-exiftool python-numpy python-dateutil certbot python-requests perl-image-exiftool python-numpy \
python-dateutil certbot
``` ```
Or on Debian: Or on Debian:
@ -31,8 +32,8 @@ sudo apt install -y \
tor python3-pip python3-socks imagemagick \ tor python3-pip python3-socks imagemagick \
python3-numpy python3-setuptools python3-crypto \ python3-numpy python3-setuptools python3-crypto \
python3-dateutil python3-pil.imagetk python3-idna \ python3-dateutil python3-pil.imagetk python3-idna \
libimage-exiftool-perl certbot nginx python3-requests libimage-exiftool-perl certbot nginx
sudo pip3 install requests beautifulsoup4 pycryptodome sudo pip3 install beautifulsoup4 pycryptodome
``` ```
## Installation ## Installation

View File

@ -1247,7 +1247,7 @@
<p class="intro">You will need python version 3.7 or later.</p> <p class="intro">You will need python version 3.7 or later.</p>
<p class="intro">On a Debian based system:</p> <p class="intro">On a Debian based system:</p>
<div class="shell"> <div class="shell">
<p>sudo apt install -y tor python3-pip python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-dateutil python3-pil.imagetk python3-idna libimage-exiftool-perl certbot nginx</p> <p>sudo apt install -y tor python3-pip python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-dateutil python3-pil.imagetk python3-idna python3-requests libimage-exiftool-perl certbot nginx</p>
<p>sudo pip3 install beautifulsoup4 pycryptodome</p> <p>sudo pip3 install beautifulsoup4 pycryptodome</p>
</div> </div>