Getting started
Installing from wheel file
Install
Go to the GitHub release page and download the latest release. Then run
pip install /path/to/the/wheel/file
Todo
change gitlab link to github
Try it
Now, try importing Wis3D.
python -c "from wis3d import Wis3D"
If this works, Wis3D has been successfully installed. Congratulations!
Running tutorials
Wis3D provides a complete set of testing data and a simple tutorial. See example for more details.
Run python tutorial
cd Wis3d
python example/test.py
Start the web service to get the visualization.
wis3d --vis_dir `pwd`/example/visual --host 0.0.0.0 --port 19090
Open your browser, and enter http://localhost:19090 to see the results.
For more information about how to use Wis3D, please refer to How to use Wis3D.