Windows basic build setup

This commit is contained in:
2023-03-03 04:21:38 +01:00
parent 9a29460712
commit 3f65e85ecf
4 changed files with 58 additions and 4 deletions

View File

@@ -45,9 +45,6 @@ The script by default overwrites older files with newer files.
Do not move the source Dynamo graphs, or update won't work with them later.
```
## Development
### Installation
@@ -70,3 +67,9 @@ py -m venv .venv
py -m pip install -e .
```
Build:
```shell
pip install -e .[build]
pyinstaller dyn2py.spec
```