Skip to content
Snippets Groups Projects
Unverified Commit c27df06e authored by Joan Hérisson's avatar Joan Hérisson Committed by GitHub
Browse files

Update INSTALL.md

parent ebe7050d
Branches
No related tags found
No related merge requests found
# INSTALL ## INSTALL
## Docker #### Docker
Install first [Docker](https://docs.docker.com/get-docker/) Install first [Docker](https://docs.docker.com/get-docker/)
Then, run: `docker build -t 3dna .` Then, run: `docker build -t 3dna .`
## Conda #### Conda
Install first [Miniconda](https://docs.conda.io/en/latest/miniconda.html). Install first [Miniconda](https://docs.conda.io/en/latest/miniconda.html).
Then, run: `conda env create -f environment.yml` Then, run: `conda env create -f environment.yml`
# RUN ## RUN
## Docker #### Docker
`docker run --rm -v $PWD:$PWD -w $PWD 3dna python Main.py` `docker run --rm -v $PWD:$PWD -w $PWD 3dna python Main.py`
## Conda #### Conda
`conda run -n 3dna python Main.py` `conda run -n 3dna python Main.py`
or or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment