Sign inSign up

erdc/proteus

By erdc

Updated about 5 years ago

A Python toolkit for computational methods and simulation

Image
0

2.2K

erdc/proteus repository overview

Proteus: Computational Methods and Simulation Toolkit Build Status Binder DOI

Proteus (http://proteustoolkit.org) is a Python package for rapidly developing computer models and numerical methods.

Installation

conda install proteus -c conda-forge

For a development installation, you want to install Proteus's dependencies and compile Proteus from source:

conda env create -f environment-dev.yml
conda activate proteus-dev
make develop-conda # or pip install -v -e .

You can also build proteus and dependencies from source (without conda) with

make develop
make test

See https://github.com/erdc/proteus/wiki/How-to-Build-Proteus for more information on building the entire stack.

Developer Information

The source code, wiki, and issue tracker are on GitHub at https://github.com/erdc/proteus.

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

about 5 years ago

docker pull erdc/proteus