You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,4 @@
1
1
# Google Photos Archiver
2
-
> Updated Instructions 8/9/2021
3
-
> Version 2.0.6
4
2
5
3
# Instructions:
6
4
1. Download the script (exe or python script listed below)
@@ -11,7 +9,7 @@ If you need assistance or want to report an issue fill out an [Issue Report](htt
11
9
12
10
# Downloads
13
11
## Windows 10 (64-bit) Executable
14
-
If you are unfamiliar with python or computers in general I recommend you download the [Win10 64bit Executable](https://github.com/NicholasDawson/ArchiverForGooglePhotos/releases/download/v2.0.6/gparch_cli.v2.0.6.exe.win-amd643.9.zip) as it will not require any special installation.
12
+
If you are unfamiliar with python or computers in general I recommend you download the [Win10 64bit Executable](https://github.com/NicholasDawson/ArchiverForGooglePhotos/releases) as it will not require any special installation.
15
13
16
14
## Python Script
17
15
If you are familiar with python, just download the [source code](https://github.com/NicholasDawson/ArchiverForGooglePhotos/releases/tag/v2.0.6)
@@ -91,3 +89,13 @@ You can combine any of the following commands to do what you specifically want.
91
89
- If no credentials are provided the program will search for 'credentials.json' in the directory.
92
90
- If no download options are provided, the program will download everything.
93
91
- The program automatically skips downloading existing files so running the program with any download option after downloading items already will update everything without re-downloading or deleting existing media. It will only ensure everything is downloaded from Google Photos.
92
+
93
+
## Contributors
94
+
### Loading Environment
95
+
Install `pipenv` using `pip install pipenv` then in this repo's root directory type:
96
+
`pipenv install` to build the virtual environment.
0 commit comments