File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,17 @@ pip install Cython
3232pip install -e git+https://github.com/samson-wang/cython_bbox.git#egg=cython-bbox
3333```
3434
35+ # Installation
36+ Please prepare the environment by one of the following methods.<br >
37+ * Run the script directly
38+ 1 . Clone repository<br >` git clone https://github.com/Kazuhito00/Image-Processing-Node-Editor `
39+ 1 . Install package <br >` pip install -r requirements.txt `
40+ * Use Docker
41+ 1 . See [ Image-Processing-Node-Editor/docker/nvidia-gpu] ( https://github.com/Kazuhito00/Image-Processing-Node-Editor/tree/main/docker/nvidia-gpu )
42+ * Use pip installation
43+ 1 . Specify the GitHub repository and pip install<br >` pip install git+https://github.com/Kazuhito00/Image-Processing-Node-Editor `
44+ 1 . Start the application with the following command<br >` ipn-editor `
45+
3546# Usage
3647Here's how to run the app.
3748``` bash
You can’t perform that action at this time.
0 commit comments