Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 556 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 556 Bytes

vpl-teacher-tools

Basic prototypes of VPL teacher tools to test the server

Build

  • Install Closure Compiler.
  • Install the required Python packages. In a terminal,
    python3 -m pip install -U -r requirements.txt
    
  • On Mac, also install the Objective-C glue:
    python3 -m pip install -U pyobjc==9.0.1
    
  • Make the Teacher Tools. In a terminal, cd to the root directory vpl-teacher-tools (where this README.md file is located), then type
    make