From 8bb05fe577e503fa930920e5931ba3bb9929642e7b2bad33fb960ff73cc95f5a Mon Sep 17 00:00:00 2001 From: Moses Rolston Date: Thu, 20 Mar 2025 07:05:16 -0700 Subject: [PATCH] update readme --- README.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..d6c3563 --- /dev/null +++ b/README.org @@ -0,0 +1,16 @@ +* clone the repository +* cd into the repository +** +* create a virtual environment for python +** python -m venv venv +* activate the environment +** source venv/bin/activate +* update pip +** pip install upgrade pip +* install requirements +** pip install -r requirements.txt +* cd into the renderer +** cd render +* start the renderer +** python app.py +* go to http://localhost:5000 to view the graph