update readme
This commit is contained in:
parent
d0f64280bd
commit
8bb05fe577
16
README.org
Normal file
16
README.org
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user