Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 294 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 294 Bytes

Warehouse-Navigation

Web app demonstrating order picking algorithms

Installation

  1. git clone https://github.com/GTSupplyChainAR/Warehouse-Navigation.git
  2. cd Warehouse-Navigation
  3. virtualenv venv
  4. pip install -r requirements.txt
  5. python app.py
  6. Open localhost:5000