Menu

Tree [69d4d1] master /
 History

HTTPS access


File Date Author Commit
 icons 2025-01-29 roger roger [9497f3] initial commit
 src 2025-05-04 roger roger [69d4d1] improved output parser, improved symbolics hand...
 .gitignore 2025-01-30 roger roger [e9cd8b] add ignore
 COPYING 2025-03-16 roger roger [09d0ce] add MIT license
 README.md 2025-03-31 roger roger [da490e] improved layout, painting and editing

Read Me

Installation

To download the MiraMath sources do e.g.:

git clone ssh://roger314@git.code.sf.net/p/miramath/sources miramath

Python setup and requirements

To run MiraMath setup a Python virtual environment by running the following commands:
1. python -m venv your-venv-dir-name
2. source your-venv-dir-name/bin/activate (to enter the new venv)
3. pip install PySide6
4. pip install numpy
5. pip install sympy
6. pip install ply
7. pip install scipy

To exit the venv run: deactivate

Running

To run do:

cd miramath/src

./main.py

Currently plotting is broken while I figure out how to use Qt6.8 QCharts instead of
the Qwt plot libs.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.