From a12b4eaea5eb70696791a4eb49733fa90fd895fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Fri, 6 Jan 2017 16:54:58 +0100 Subject: [PATCH] Add reference to bioconda and bicontainers --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 93f3aa71da6..f736690afa3 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,22 @@ Learning Resources [Guide]: http://www.paraview.org/paraview-guide/ +Installation +============ + +ParaView is available as [BioConda](https://bioconda.github.io) package or [Docker/rkt container](https://quay.io/repository/biocontainers/paraview). + +You can install it via: + +```bash +conda install paraview -c bioconda -c conda-forge +``` +or run the container with +```bash +docker run -i -t quay.io/biocontainers/paraview:5.2.0--py27_0 pvpython --version +``` + + Building ========