Skip to content

Commit

Permalink
Install tqdm using package manager
Browse files Browse the repository at this point in the history
I recently reinstalled this project under Debian ARM and couldn't get tqdm installed via python3-pip, but the package manager version works fine.
  • Loading branch information
breadcat committed Mar 1, 2024
1 parent 8591be3 commit d68a998
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@ sudo snap connect phockup:removable-media
### Linux (without snap)
If you are using distro which doesn't support [snapd](https://snapcraft.io/docs/core/install) or you don't want to download the snap you can use the following commands to download the source and set it up
```
sudo apt-get install python3 libimage-exiftool-perl -y
sudo apt-get install python3 python3-tqdm libimage-exiftool-perl -y
curl -L https://github.com/ivandokov/phockup/archive/latest.tar.gz -o phockup.tar.gz
tar -zxf phockup.tar.gz
sudo mv phockup-* /opt/phockup
cd /opt/phockup
pip3 install -r requirements.txt
sudo ln -s /opt/phockup/phockup.py /usr/local/bin/phockup
```

Expand Down

0 comments on commit d68a998

Please sign in to comment.