Skip to content

Installation

Jan André Reuter edited this page Oct 21, 2020 · 2 revisions

Installation of SLIX

How to clone SLIX (for further work)
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
How to install SLIX as Python package
# Install via PyPi
pip install SLIX

# Install after cloning locally
git clone git@github.com:3d-pli/SLIX.git
cd SLIX
pip install .