Update README.md

This commit is contained in:
2023-03-03 15:54:35 +01:00
committed by GitHub
parent 3f65e85ecf
commit 69a49d530f

View File

@@ -17,7 +17,7 @@ Extract python nodes from Dynamo graphs
## Usage
```shell
```
> dyn2py --help
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
```shell
```
git clone https://github.com/infeeeee/dyn2py
cd dyn2py
py -m pip install -e .
@@ -59,7 +59,7 @@ py -m pip install -e .
With venv:
```shell
```
git clone https://github.com/infeeeee/dyn2py
cd dyn2py
py -m venv .venv
@@ -72,4 +72,4 @@ Build:
```shell
pip install -e .[build]
pyinstaller dyn2py.spec
```
```