This repository contains Jupyter Notebooks, with tutorials for using the supplychainpy library.
If you have not installed the library, please follow the instructions below.
The easiest way to install supplychainpy is via pip: pip install supplychainpy
.
Alternatively clone the repository:
-
Run the command:
python setup.py sdist
-
Navigate to the
dist
folder. -
Run the command:
pip install supplychainpy-0.0.4.tar.gz
BSD-3-Clause