fcwv-flask/README.md

14 lines
407 B
Markdown
Raw Permalink Normal View History

2023-03-21 19:42:22 -04:00
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