Web-interface for the PEMFC-Model core module (github.com/zbt-tools/pemfc-core)
Prerequisites: git, Anaconda (anaconda.org)
- Clone this repository
- Navigate into your local directory of this repo with Anaconda prompt
- Create new conda environment via:
conda env create
- Activate conda environment:
conda activate dash_app
- Run:
python app.py
- Open browser and paste specified local url
Prerequisites: git, Python (>=3.9.7), pip
- Clone this repository
- Navigate into your local directory of this repo with console
- Install dependencies via pip:
- Windows:
pip install -r requirements\requirements.txt
- Linux:
pip install -r requirements/requirements.txt
- Windows:
- Run:
python app.py
- Open browser and paste specified local url
Prerequisites: docker
- Clone (git required) or download this repository
- Navigate into your local directory of this repo with console
- Create docker container:
docker build --tag pemfc-dash-app .
- Run docker container:
docker run --rm -p 9090:8080 -e PORT=8080 pemfc-dash-app
- Open browser and paste specified local url
Prerequisites: Ubuntu, git
- follow instructions in ubuntu_specific/Manual.md