We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git clone git@github.com:3d-pli/SLIX.git cd SLIX # A virtual environment is recommended: python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt
# Install via PyPi pip install SLIX # Install after cloning locally git clone git@github.com:3d-pli/SLIX.git cd SLIX pip install .