Adding database folder

Updating readme
master
sufyaan 2 months ago
parent 1e05c687ce
commit cb2d7c9297

@ -31,7 +31,7 @@ Instead of asymmetric encryption with public and private keys, all that needs to
`sqlite` >= v3
### Linux/MacOS/Windows
### Linux/MacOS
1. Open the Terminal (Linux/MacOS) or Command Prompt (Windows)
@ -47,6 +47,12 @@ Instead of asymmetric encryption with public and private keys, all that needs to
`pip install -r files/dependencies.txt`
> [!WARNING]
> If you are using Arch Linux, use this command instead:
> `yay -S python-sqlcipher3 python-password-strength python-pyotp python-tabulate-git && pip install --break-system-packages pysqlcipher3`
> This will not break your system. The AUR version of the `pysqlcipher3` module is not enough.
5. Execute the Python script
`python3 keyvault.py`

@ -0,0 +1 @@
The database file is supposed to be in this location.
Loading…
Cancel
Save