Brief Instructions for Setup
Pre-requisites:
- EP Workbench
- Docker Desktop & OpenCARP Docker Image
- Miniconda/ Anaconda for Python Environment
(1) Install EP Workbench
Install EP Workbench, a data parsing, analysis and simulation platform for electrophysiology research.
- Press on “Order Now” (Free of Charge)
- Fill in your details and your Authorised Signatory’s detail (this should be a representative from the department/ business function who has the authority to sign on behalf of the employer). They are required to approve the download.
- Once the Authorised Signatory has approved the purchased, you can download the zip file.
- For installation: follow this guide.
(2) Docker Desktop & OpenCARP Docker Image
Install Docker and download the docker image to run OpenCARP simulations.
- Docker Desktop: https://www.docker.com/products/docker-desktop/
- OpenCARP Image: Installation | openCARP
- Install docker desktop from the link above, simply
Download Docker Desktopbutton and select your system.
NOTE: If you are on Windows there may be additionally requirements to update/install WSL. Docker Desktop install wizard should guide you through that.
- To install OpenCARP Image, open your
terminaland type the command below. It can take up to 10 minutes to download based on your system/internet connection.
docker pull docker.opencarp.org/opencarp/opencarp:latest
(3) Miniconda/ Anaconda for Python Environment
Ensure conda is installed - Installing Anaconda Distribution - Anaconda
- Verify you installation by running
conda --version