Skip to content

Commit

Permalink
PyPi can't have git source as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KnugiHK committed Jun 25, 2023
1 parent 8dec2a7 commit 282c99c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ Do an iPhone/iPad Backup with iTunes first.

If you want to work on an encrypted iOS/iPadOS Backup, you should install iphone_backup_decrypt from [KnugiHK/iphone_backup_decrypt](https://github.com/KnugiHK/iphone_backup_decrypt) before you run the extract_iphone_media.py.
```sh
pip install git+https://github.com/KnugiHK/iphone_backup_decrypt # Or
pip install whatsapp-chat-exporter["ios_backup"] # install along with this software
pip install git+https://github.com/KnugiHK/iphone_backup_decrypt
```
### Extracting
Simply invoke the following command from shell, remember to replace the username and device id correspondingly in the command.
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@
'crypt12': ["pycryptodome"],
'crypt14': ["pycryptodome"],
'crypt15': ["pycryptodome", "javaobj-py3"],
'ios_backup': ['iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'],
'all': ["pycryptodome", "javaobj-py3", 'iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'],
'everything': ["pycryptodome", "javaobj-py3", 'iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'],
'backup': ["pycryptodome", "javaobj-py3", 'iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git']
'all': ["pycryptodome", "javaobj-py3"],
'everything': ["pycryptodome", "javaobj-py3"],
'backup': ["pycryptodome", "javaobj-py3"]
},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 282c99c

Please sign in to comment.