mirror of
https://github.com/wassname/PointCNN.git
synced 2026-08-29 11:13:36 +08:00
6 lines
64 B
Makefile
6 lines
64 B
Makefile
init:
|
|
pip3 install -r requirements.txt
|
|
|
|
test:
|
|
nosetests tests
|