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

Create INSTALL.md

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