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
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment