Skip to content

Commit 1ca839e

Browse files
authored
Update README - setup instructions
Added steps to activate environment and install antlr.
1 parent 9ecd605 commit 1ca839e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Adds math nodes for numbers and types which do not need it. I got inspired by wa
88

99
1. Install [ComfyUI](https://docs.comfy.org/get_started).
1010
1. Clone this repository into `ComfyUI/custom_nodes`.
11+
2. open command prompt/terminal/bash in your comfy folder
12+
3. activate environment `./venv/Scripts/activate`
13+
4. install antlr `pip install -U antlr4-python3-runtime==4.13.2`
1114
1. Restart ComfyUI.
1215

1316
You can also get the node from comfy manager under the name of More math.

0 commit comments

Comments
 (0)