Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Nov 1, 2024
1 parent ff59957 commit 5003063
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

```
Expand Down

0 comments on commit 5003063

Please sign in to comment.