From 69a49d530fcee8e64826a0f10680a68b9c578816 Mon Sep 17 00:00:00 2001 From: infeeeee Date: Fri, 3 Mar 2023 15:54:35 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5fb1235..61ba43a 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```