Install¶
JobShopLib is distributed on PyPI and it supports Python 3.10+.
You can install the latest version using pip
:
pip install job-shop-lib
Development¶
Clone the repository.
git clone https://github.com/Pabloo22/job_shop_lib.git
cd job_shop_lib
Install poetry if you don't have it already:
pip install poetry
Install dependencies:
make poetry_install_all