Installation

The easiest way to install linalgo is to use pip:

pip install linalgo

Development install

You can also install the latest version locally:

git clone https://github.com/linalgo/linalgo.git
pip install -e .

Running tests

Verify that the installation is by running the folowing command at the root of the project:

pytest