Skip to main content

3Dify Test Suite

Prerequisites

In order to proceed with the execution of the tests suite, it is necessary to:

  1. Install miniforge at the following link
  2. Create a new environment named "makehuman" and activate it by typing
conda create -n makehuman && conda activate makehuman
  1. Install in the environment all the packages inside "tests/requirements.txt" by using
pip install -r requirements.txt
  1. Execute the test.bat or test.bash script