Skip to content
Christophe Pradal edited this page Oct 3, 2018 · 3 revisions

AutoWig for Structure Analysis

Create a conda environment

First, we will generate the wrappers for Python 2.7

conda create -n autowig2 fp17=1.0.0 python=2 -c statiskit -c defaults --override-channels -f

Then, activate the environment:

conda activate autowig2

Clone this wiki locally