Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 594 Bytes

File metadata and controls

26 lines (21 loc) · 594 Bytes

Mathly

Mathly is an open-source, end-to-end library for mathematics in Python, with strong support for both linear algebra and calculus.

Build Status PyPi Status

Getting Started Guide

  1. Install with PIP:
$ pip install mathly

Or with Conda:

# NOTE: This won't work yet!
$ conda install mathly

Building from source

# !! THIS FAILS !!
$ git clone MATHLY
$ cd /path/to/mathly
$ python3 setup.py install