Info |
---|
If you would like to avoid the dependencies hassle, give a try to the vss-cli on Run the vss-cli in Docker approach. |
Info |
---|
Windows users, follow the installation instructions Installing Python on Windows and add %USERPROFILE%\AppData\Roaming\Python\Python37\Scripts to PATH environment variable prior running pip. |
The fastest way to install VSS CLI is to use pip:
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
pip install vss-cli |
If you are planning to interact with vskey-stor
execute the following command:
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
pip install vss-cli[stor] |
...
Use Homebrew to install the vss-cli
on macOS:
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
brew tap vss/vss-cli https://github.com/EIS-ITS/vss-cli
brew install vss-cli |
You can also just download the tarball. Once you have the vss-cli
directory structure on your workstation, you can just run:
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
cd path_to_vss-cli
python setup.py install |