diff --git a/INSTALL.md b/INSTALL.md index b4a477df612e68cf64c624818ad049fbd609f7be..58427593f47b2d7c84579d39f98fa67dc3b94976 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,19 +1,19 @@ -# INSTALL -## Docker +## INSTALL +#### Docker Install first [Docker](https://docs.docker.com/get-docker/) Then, run: `docker build -t 3dna .` -## Conda +#### Conda Install first [Miniconda](https://docs.conda.io/en/latest/miniconda.html). Then, run: `conda env create -f environment.yml` -# RUN -## Docker +## RUN +#### Docker `docker run --rm -v $PWD:$PWD -w $PWD 3dna python Main.py` -## Conda +#### Conda `conda run -n 3dna python Main.py` or