(Customize these badges with your own links, and check https://shields.io/ or https://badgen.net/ to see which other badges are available.)
ABM modelling framework using networks and tensor algebra supported by the DGL library
The project setup is documented in project_setup.md. Feel free to remove this document (and/or the link to this document) if you don't need it.
To install dgl_abm from GitHub repository*, do:
git clone git@github.com:SDCCA/dgl_abm.git
cd dgl_abm
python -m pip install .
* - the project is currently under development and is not release-ready yet.
Include a link to your project's full documentation here.
If you want to contribute to the development of dgl_abm, have a look at the contribution guidelines.
This package was created with Copier and the NLeSC/python-template.