jxwang1 commited on
Commit
5e9b2d2
·
1 Parent(s): 6d250b3
Files changed (1) hide show
  1. setup.sh +4 -0
setup.sh ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #!/bin/bash
2
+ git clone https://github.com/Roblox/cube.git
3
+ cd cube
4
+ pip install .[meshlab]