Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 317 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 317 Bytes

Solution Aggregation Program Generation Engine

Setup

  • install conda
  • checkout repo
  • install dependencies conda env create -f environment.yml
  • activate environment conda activate sap-generation-engine
  • change to src folder cd src
  • run tests with validation scenarios python -m unittest tests.Tests