Skip to content

Commit 4b71a18

Browse files
committed
Use fork of pyicloud with fix from picklepete/pyicloud#163
1 parent 90237da commit 4b71a18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
cd icloud_photos_downloader
2121

2222
# Install dependencies (Linux)
23+
# Note: This will install a fork of the latest pyicloud with some bug fixes
2324
sudo pip install -r requirements.txt
2425

2526

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ click
44
python-dateutil
55
requests
66
tqdm==4.5.0
7-
git+https://github.com/picklepete/pyicloud.git#egg=pyicloud
7+
git+https://github.com/ndbroadbent/pyicloud.git#egg=pyicloud
88
piexif

0 commit comments

Comments
 (0)