Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 435 Bytes

File metadata and controls

13 lines (13 loc) · 435 Bytes
  1. Make sure you are using a linux environment
  2. Install npm, python, c++ build tools (gcc, make, etc.)
  3. Run the following commands:
git clone --recurse-submodules https://github.com/GanerCodes/LaserProject
cd ./LaserProject
cd ./Building/cpy/build+test/
sh ./build.sh
cd -
./Building/cpy/bin/cpy_binary -m pip install -r requirements.txt
sh ./build

After running ./build, open http://localhost:8000 in your browser.