A set of Dash components built with React that provide an interface to generate sortable items within a group.
To install manually the package, first clone this repository, then setup a virtual environment and activate it with
python -m venv .venv
source .venv/bin/activateTo build the package, we use just which can be installed with
apt install just
To build the package, we need to install Node.js and npm which can be installed with nvm using the commands
nvm install
nvm useNow, we need to install the python and Node dependencies using
just installand, if necessary, clean old build files with
just cleanIf you just want to build the files, use
just buildIf you rather want to generate the python wheel to install the library in your working environment run
just packageYou can install manually this python library in your current environment by executing the following command in this directory
pip install -e ./