Skip to content

Commit 519f8f4

Browse files
committed
2 parents 7a4e5bc + 32b8164 commit 519f8f4

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.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+
以下の何れかの方法で環境を準備してください。<br>
37+
* スクリプトを直接実行
38+
1. リポジトリをクローン<br>`git clone https://github.com/Kazuhito00/Image-Processing-Node-Editor`
39+
1. パッケージをインストール <br>`pip install -r requirements.txt`
40+
* Dockerを利用
41+
1. [Image-Processing-Node-Editor/docker/nvidia-gpu](https://github.com/Kazuhito00/Image-Processing-Node-Editor/tree/main/docker/nvidia-gpu) を参照
42+
* pipインストールを利用
43+
1. GitHubリポジトリを指定し、pipインストール<br>`pip install git+https://github.com/Kazuhito00/Image-Processing-Node-Editor`
44+
1. 以下コマンドでアプリケーションを起動<br>`ipn-editor`
45+
3546
# Usage
3647
アプリの起動方法は以下です。
3748
```bash

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)