Skip to content
Snippets Groups Projects
Select Git revision
  • 9d85c42ff6d10a593e206a6e2d83568c7dda9dfa
  • main default
  • milo
  • tiber
4 results

views.py

Blame
  • INSTALL.md 2.05 KiB

        Docker Logo

                Install Install first Docker

                Install docker build -t 3dna .

                Run docker run --rm -v $PWD:$PWD -w $PWD 3dna python Main.py



        Conda Logo

                Install Install first Miniconda.

                Install conda env create -f environment.yml

                Then,

                    Run conda run -n 3dna python Main.py

                or

                    Run conda activate 3dna

                    Run python Main.py