mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Windows basic build setup
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user