fcwv-flask/README.md

14 lines
407 B
Markdown

Quick and dirty demo of using Flask and the Python FreeCAD modules to Spreadsheet based
variables and return the resulting model to a ThreeJS based viewer.
# Quickstart
```
git clone https://git.oit.cloud/morgan/freecad_webviewer_poc.git
cd freecad_webviewer_poc
python -m venv .
pip install flask
```
It is expected you have FreeCAD installed on your system and you might need to update line 2
in app.py