Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 369 Bytes

leuci-pol Package

A library for interpolation of 3d matrices on unit (0,0,0) basis Manimpulation of the map to other spaces can be done in the leuci-xyz library

Some instructions

Activate/install virtual environment

python3 -m venv .venv

source ./.venv/bin/activate
(deactivate)

Install the requirements

pip install -r requirements.txt