First Release
Release v0.2.3
All release tags are signed, and release packages (tar.gz and zip) are
also signed. Always check signatures prior using this software.
Installing
Verify signature, then run make install
as a privileged user or make altinstall
as limited user:
wget -O passphrase-v0.2.3.tar.gz https://github.com/HacKanCuBa/passphrase-py/archive/v0.2.3.tar.gz
wget https://github.com/HacKanCuBa/passphrase-py/releases/download/v0.2.3/passphrase-v0.2.3.tar.gz.sig
gpg --verify passphrase-v0.2.3.tar.gz.sig
tar -xf passphrase-v0.2.3.tar.gz
cd passphrase-py-0.2.3/
Then run sudo make install
or make altinstall
(it will install it in the user's home directory).
If you have a version of Python lower than 3.6, you need to install the requirements: pip3 install -r requirements.txt
.