From 4d15aef60a1612599fcd79999f0f4b8c95a931c1 Mon Sep 17 00:00:00 2001 From: nathan corwin Date: Mon, 21 Jul 2025 16:55:12 -0600 Subject: [PATCH] remove license and udate venv instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b3b26f..88894eb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ source .venv/bin/activate or -.venv\Scripts\Activate.ps1 on Windows powershell +venv\Scripts\Activate.ps1 on Windows powershell # Install dependencies pip install -r requirements.txt @@ -67,7 +67,7 @@ Generated docs will be in docs/_build/html/index.html ## License -MIT +None ---