Skip to content

pygfx/pylinalg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylinalg

CI Documentation Status PyPI version

Linear algebra utilities for Python.

[API Reference]

Installation

pip install pylinalg

Development Install

To get a working dev install of pylinalg you can use the following steps:

# Click the Fork button on GitHub and navigate to your fork
git clone <address_of_your_fork>
cd pylinalg
# if you use a venv, create and activate it
pip install -e ".[dev,docs,examples]"
pytest tests