-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Siddhesh Agarwal edited this page Oct 24, 2021
·
1 revision
matmath is a made-in-python library that can perform a large variety of matrix and vector related operations.
Open a terminal and run:
pip install matmath
Note: It is recommended to have python 3.6 (or above) before installation.
You can build matmath from source to get the latest unreleased features.
- Clone the GitHub repository to your local machine in any of the two ways:
- Run
git clone https://github.com/Siddhesh-Agarwal/matmath
. - Download the zip file from the homepage
First method requires git to be installed on your system.
- Run
- Create a Virtual Environment with virtualenv using
python3 -m venv venv
. - To build the package run
pip3 install -e
and you are done.
Before Reporting Bugs or opening a feature request, check here