Drafting repository for the core functionality of the Multiscale Polymer Toolkit (MuPT)
Execute the following terminal commands in the desired Python executable location (e.g. in some directory with a conda environment active):
git clone https://github.com/MuPT-hub/mupt
cd mupt
For casual users, can install locally with:
pip install .
For developers, can install as editable mirror with:
pip install -e . --config-settings editable_mode=strict
Copyright (c) 2024, Timotej Bernat
Project based on the Computational Molecular Science Python Cookiecutter version 1.10.