Depending on your operating system security settings you may need to "Allow" the application to run or install. To do this open "System Preferences" > "Security and Privacy" > "General" tab
Validate Python is correctly installed by checking the installed version from a terminal window:
1
$ pip3 --version
Copied!
From a terminal window, install Keeper Commander with pip3:
1
$ pip3 install keepercommander
Copied!
Once installed, ensure you have the latest version by upgrading Commander:
1
$ pip3 install --upgrade keepercommander
Copied!
Please do not upgrade a production system without validation in your test environment as commands and functionality is under rapid development.
To validate Keeper Commander is properly installed login:
1
$ keeper login
Copied!
Note, for your first time logging into a new device or a new location, you may have to perform device authorization through email or other 2FA methods.