Update installation #1030
Labels
CI / repository
Continuous integration or repository organization
enhancement
Enhancing an existing feature of adding a new one
Desired feature/enhancement
Simplify the installation
Motivation
The current installation involves quite a few steps, where you need to clone the repository, clone the fcc submodule, compile the fcc code, clone the fastrmsd-matrix submodule, compile the cade, install CNS (which is not trivial), make manual links and/or copy them to a hard-coded location.
All of this can be imensely simplified in a way we can simply
pip install haddock3
Description
To simplify this installation a few steps are necessary.
c/c++
code to this projectsetup.py
: this can handle the compilation of the external codesetup.py
Additional context
The text was updated successfully, but these errors were encountered: