Installing VaultKee - ShadowApex/vaultkee GitHub Wiki
You can install VaultKee from source using the following steps:
Ubuntu
Run the following commands to install VaultKee from source:
sudo apt-get install git python-qt4 python-requests
git clone https://github.com/ShadowApex/vaultkee.git
cd vaultkee/vaultkee; ./vaultkee.py
Mac OS X
Before installing VaultKee, ensure that you have successfully installed brew. Then perform the following steps to run VaultKee:
brew install python
sudo easy_install pip
sudo pip install requests
brew install git qt sip pyqt
git clone https://github.com/ShadowApex/vaultkee.git
cd vaultkee/vaultkee
python vaultkee.py