File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-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+ 以下の何れかの方法で環境を準備してください。<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
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