From 50030631d959b2f86b0e07843d22736a571ea170 Mon Sep 17 00:00:00 2001 From: Michel Pelletier Date: Thu, 31 Oct 2024 20:35:16 -0700 Subject: [PATCH] readme update --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 444a3c8..f7e8062 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # IllustratedGraphBLAS +To start create a virtual environment and install requirements: + +``` +virtualenv --python=python3 .virt +. .virt/bin/activate +pip install -r requirements.txt +``` + To build a scene in a chapter ```