From c27df06e603ef4e4abe5c09e46c5a4e9232b6c6b 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:37 +0100
Subject: [PATCH] Update INSTALL.md

---
 INSTALL.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index b4a477d..5842759 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
-- 
GitLab