VARS-TOOL Python Version 2.3.1 Released as of May, 2022
For more information on the Python package take a look at the GitHub page.
Installation Methods
1. Installing with pip (preferred)
If you have Python3 and pip installed on your machine, then the VARS-TOOL package can be installed by typing the following on a command line:
pip install varstool
2. Installing from source code
To install the latest VARS-TOOL code from the source code, you will need to clone the GitHub repository onto your local device using the command:
git clone https://github.com/vars-tool/vars-tool.git
To install the package, enter the VARS-TOOL directory and run:
cd vars-tool
pip install
If pip is not available on your device use:
python setup.py install
If the installation does not work due to limited permissions, add the option --user
to the install commands.