We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90237da commit 4b71a18Copy full SHA for 4b71a18
README.md
@@ -20,6 +20,7 @@
20
cd icloud_photos_downloader
21
22
# Install dependencies (Linux)
23
+ # Note: This will install a fork of the latest pyicloud with some bug fixes
24
sudo pip install -r requirements.txt
25
26
requirements.txt
@@ -4,5 +4,5 @@ click
4
python-dateutil
5
requests
6
tqdm==4.5.0
7
-git+https://github.com/picklepete/pyicloud.git#egg=pyicloud
+git+https://github.com/ndbroadbent/pyicloud.git#egg=pyicloud
8
piexif
0 commit comments