fayolle / python_utils

A collection of Python utils, mostly for geometry processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python utils

A collection of Python utils, mostly for geometry processing. Rely on NumPy and SciPy.

Installation

Create a Python virtualenv

python -m venv venv

activate on Windows

./venv/Scripts/Activate

or OSX/Linux

./venv/bin/activate

and install the requirements

pip install -r requirements.txt

About

A collection of Python utils, mostly for geometry processing.


Languages

Language:Python 100.0%