Skip to content

Installation

New conda environment and use CloudVVUQ dir

  1. Clone CloudVVUQ repository
  2. Create environment:
    conda create --name CloudVVUQ  
    
    conda activate CloudVVUQ
    
  3. Install required packages:
    conda install --file requirements.txt  
    

Use existing environment

  1. Clone CloudVVUQ repository
  2. Activate your environment
  3. Get path to CloudVVUQ wheel file, replace it in the command below.
    pip install "path/to/cloudvvuq/dist/cloudvvuq-*.whl"
    
  4. Run it to install CloudVVUQ module