Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 827 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 827 Bytes

layerstack

PyPI Documentation

Python package for assembling, sharing, and running workflows, especially those associated with modifying, running, and analyzing simulation models

install

pip install layerstack

or

pip install git+https://github.com/Smart-DS/[email protected]

or

pip install git+https://github.com/Smart-DS/layerstack.git@main

After installing, you can run the package tests (requires pytest):

pytest --pyargs layerstack

use

documentation

uninstall

pip uninstall layerstack