Skip to content

Commit 32b8164

Browse files
authored
Update README_EN.md
1 parent 2cdc892 commit 32b8164

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README_EN.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ pip install Cython
3232
pip 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
3647
Here's how to run the app.
3748
```bash

0 commit comments

Comments
 (0)