A package for modularly specifying model data transfer. For docs, see https://m3l.readthedocs.io/en/latest/index.html.
For direct installation with all dependencies, run on the terminal or command line
pip install git+https://github.com/LSDOlab/m3l.gitIf you want users to install a specific branch, run
pip install git+https://github.com/LSDOlab/m3l.git@branchEnabled by: packages=find_packages() in the setup.py file.
To install m3l, first clone the repository and install using pip.
On the terminal or command line, run
git clone https://github.com/LSDOlab/m3l.git
pip install -e ./m3lFor details on documentation, refer to the README in docs directory.
For details on testing/pull requests, refer to the README in tests directory.