Miramath Sources
Status: Pre-Alpha
Brought to you by:
roger314
File | Date | Author | Commit |
---|---|---|---|
icons | 2025-01-29 |
![]() |
[9497f3] initial commit |
src | 2025-05-04 |
![]() |
[69d4d1] improved output parser, improved symbolics hand... |
.gitignore | 2025-01-30 |
![]() |
[e9cd8b] add ignore |
COPYING | 2025-03-16 |
![]() |
[09d0ce] add MIT license |
README.md | 2025-03-31 |
![]() |
[da490e] improved layout, painting and editing |
To download the MiraMath sources do e.g.:
git clone ssh://roger314@git.code.sf.net/p/miramath/sources miramath
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
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.