README update

This commit is contained in:
2026-04-20 16:46:53 +02:00
parent 4686153a66
commit 7aa463e80f
+10 -2
View File
@@ -2,7 +2,7 @@
## install
```
```bash
python -m venv .venv
source .venv/bin/activate
pip install -e .
@@ -10,7 +10,15 @@ pip install -e .
## run tests
```
```bash
pip install pytest
pytest
```
## run sagemath script
`deactivate` the venv first, then with sagemath installed:
```bash
./run_sage.sh
```