Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 518 Bytes

Supplychainpy Jupyter Notebooks

This repository contains Jupyter Notebooks, with tutorials for using the supplychainpy library.

If you have not installed the library, please follow the instructions below.

Install library

The easiest way to install supplychainpy is via pip: pip install supplychainpy.

Alternatively clone the repository:

  1. Run the command: python setup.py sdist

  2. Navigate to the dist folder.

  3. Run the command: pip install supplychainpy-0.0.4.tar.gz

License

BSD-3-Clause