From 7aa463e80f9dbe3a3a4896268045f013cfae83e7 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Mon, 20 Apr 2026 16:46:53 +0200 Subject: [PATCH] README update --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26959c6..19eafee 100644 --- a/README.md +++ b/README.md @@ -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 +```