Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 650 Bytes

README.rst

File metadata and controls

41 lines (23 loc) · 650 Bytes

Overview

tests
circleci Build Status

EAM core framework

Development

Requires pandoc https://pandoc.org/installing.html

create new virtual env (e.g on the CLI):

python3 -m venv eam-core
source eam-core/bin/activate

then install eam-core:

pip install -e .

To run the all tests run:

tox