Skip to content

Commit

Permalink
Update README_EN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhito00 authored Jun 8, 2022
1 parent 2cdc892 commit 32b8164
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ pip install Cython
pip install -e git+https://github.com/samson-wang/cython_bbox.git#egg=cython-bbox
```

# Installation
Please prepare the environment by one of the following methods.<br>
* Run the script directly
1. Clone repository<br>`git clone https://github.com/Kazuhito00/Image-Processing-Node-Editor`
1. Install package <br>`pip install -r requirements.txt`
* Use Docker
1. See [Image-Processing-Node-Editor/docker/nvidia-gpu](https://github.com/Kazuhito00/Image-Processing-Node-Editor/tree/main/docker/nvidia-gpu)
* Use pip installation
1. Specify the GitHub repository and pip install<br>`pip install git+https://github.com/Kazuhito00/Image-Processing-Node-Editor`
1. Start the application with the following command<br>`ipn-editor`

# Usage
Here's how to run the app.
```bash
Expand Down

0 comments on commit 32b8164

Please sign in to comment.