From 8267e9a59e044bc46496b4dbe8249d52802f5a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20H=C3=A9risson?= <joan.herisson@univ-evry.fr> Date: Mon, 24 Jan 2022 16:20:58 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 5842759..268ef6d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,19 +1,19 @@ ## INSTALL -#### Docker +### 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 +### Docker `docker run --rm -v $PWD:$PWD -w $PWD 3dna python Main.py` -#### Conda +### Conda `conda run -n 3dna python Main.py` or -- GitLab