mirror of
https://github.com/wassname/PointCNN.git
synced 2026-08-21 11:11:07 +08:00
6 lines
79 B
Makefile
6 lines
79 B
Makefile
init:
|
|
pip3 install -r requirements.txt
|
|
|
|
test:
|
|
python3.5 -m unittest discover
|