tileable
Category | Tools |
---|---|
Development | |
Package | |
Documentation | |
Communication |
Introduction
The modular framework for your ideas. Create. Combine. Repeat.
Installation
For user installation, tileable
is currently available on the PyPi's repository, and you can
install it via pip
:
pip install tileable
Development installation requires to clone the repository and then use PDM to install the project as well as the main and development dependencies:
git clone https://github.com/PsiACE/tileable.git
cd tileable
pdm install