Skip to content

Commit

Permalink
Update dependencies for debian package test build
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Jul 8, 2024
1 parent 4400407 commit d509958
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-debian-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Test Debian package installation
run: |
sudo apt-get install -y python3-exif python3-progressbar exiftran python3-psutil
sudo apt install -y pip python3-exif python3-progressbar exiftran python3-psutil
sudo pip install PyExifTool
sudo dpkg -i ../*.deb
sudo systemctl enable photo-importer.service
sudo systemctl restart photo-importer.service
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ sudo pip install photo-importer
#### Installing as debian package
```bash
debuild -b
sudo apt install python3-exif python3-progressbar exiftran python3-psutil
sudo apt install pip python3-exif python3-progressbar exiftran python3-psutil
sudo pip install PyExifTool
sudo dpkg -i ../photo-importer_1.2.5_all.deb
```
#### Installing via setup.py
Expand Down

0 comments on commit d509958

Please sign in to comment.