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

  1. Clone the repository.

git clone https://github.com/Pabloo22/job_shop_lib.git
cd job_shop_lib
  1. Install poetry if you don't have it already:

pip install poetry
  1. Install dependencies:

make poetry_install_all