EasyVVUQ installation¶
Installation¶
Note
To use the library you will need Python 3.7+.
Installation should be straight forward:
pip install easyvvuq
To update an existing installation:
pip install easyvvuq --upgrade
Alternatively, to get the most current version, the code can be installed from Github as follows:
git clone https://github.com/UCL-CCS/EasyVVUQ.git
cd EasyVVUQ
pip install -r requirements.txt
python setup.py install
Note
The above assumes that your default python is Python 3. If that is not the case replace python with python3 and pip with pip3.
Depending on your setup you may not have permission to install packages. In that case, we recommend creating a virtual environment using conda or pipenv.
Questions & Troubleshooting¶
For any problems and questions you might have related to EasyVVUQ
, please
feel free to file an https://github.com/UCL-CCS/EasyVVUQ/issues.