mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Update README.md
This commit is contained in:
@@ -17,7 +17,7 @@ Extract python nodes from Dynamo graphs
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```shell
|
```
|
||||||
> dyn2py --help
|
> dyn2py --help
|
||||||
usage: dyn2py [-h] [-l LOGLEVEL] [-n] [-F] [-b] [-f {py,dyn}] [-u] [-p path/to/folder] source
|
usage: dyn2py [-h] [-l LOGLEVEL] [-n] [-F] [-b] [-f {py,dyn}] [-u] [-p path/to/folder] source
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ Do not move the source Dynamo graphs, or update won't work with them later.
|
|||||||
|
|
||||||
Requirements: git, pip
|
Requirements: git, pip
|
||||||
|
|
||||||
```shell
|
```
|
||||||
git clone https://github.com/infeeeee/dyn2py
|
git clone https://github.com/infeeeee/dyn2py
|
||||||
cd dyn2py
|
cd dyn2py
|
||||||
py -m pip install -e .
|
py -m pip install -e .
|
||||||
@@ -59,7 +59,7 @@ py -m pip install -e .
|
|||||||
|
|
||||||
With venv:
|
With venv:
|
||||||
|
|
||||||
```shell
|
```
|
||||||
git clone https://github.com/infeeeee/dyn2py
|
git clone https://github.com/infeeeee/dyn2py
|
||||||
cd dyn2py
|
cd dyn2py
|
||||||
py -m venv .venv
|
py -m venv .venv
|
||||||
@@ -72,4 +72,4 @@ Build:
|
|||||||
```shell
|
```shell
|
||||||
pip install -e .[build]
|
pip install -e .[build]
|
||||||
pyinstaller dyn2py.spec
|
pyinstaller dyn2py.spec
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user