Closed schoonhovenrichard closed 5 years ago
@4128575 It is generally a good idea to fork the develop
and make your changes and pull request from there. A common workflow is git flow.
I would happily merge this PR if you clean it up, and follow the advice above. Please pull request against the develop branch.
I’m closing this for now. You can cherry pick your changes against develop.
Steps to install slicerecon: 1) Download the file build_environment.yml 2) Run: conda env create --force -f build_environment.yml 3) Run: conda activate slicerecon_build 4) Clone the SliceRecon git by running: git clone https://github.com/cicwi/SliceRecon.git/ 5) Run: cd SliceRecon 6) Run: mkdir build 7) Run: cd build 8) Run: CMAKE_PREFIX_PATH=$CONDA_PREFIX cmake .. 9) Run: make -j8