miniSCOT

miniSCOT is a simulation tool that lets users play with the supply chain architecture and algorithms at any level of fidelity. The system allows users to ‘snap together’ their own customer supply chain out of pre-built modules, and the open-source Python codebase allows easy development of new components and baselines.

Documentation

Generated documentation for the latest released version can be accessed here: TODO for opensource

Plain-old-python-setup.py

  • Clone the git repository (e.g. `git clone TODO FOR OPENSOURCE)

  • Build a source distribution:

  • python setup.py sdist
  • Install:
  • python setup.py install
  • Switch to develop mode (recommended):
  • python setup.py develop
  • Start the command-line application:
  • miniscot