Skip to content

nicolas-f/FastVoxel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing

Requirement SWIG, Python 3.8+

python3 -m venv venv
source venv/bin/activate
pip install numpy
pip install scikit-build
python setup.py install