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] |
The command will install minio
package from PyPI.
Info |
---|
Windows users, please install windows-curses and vss-cli as follows pip install --user vss-cli windows-curses . |
Info |
---|
Linux operating systems require python3-dev and python3-setuptools . |
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 |