From 2cdc892d0249e18d2831038937c31d5f56a96a42 Mon Sep 17 00:00:00 2001 From: KazuhitoTakahashi <37477845+Kazuhito00@users.noreply.github.com> Date: Thu, 9 Jun 2022 01:41:59 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0e2af1e..d90d2aa 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ pip install Cython pip install -e git+https://github.com/samson-wang/cython_bbox.git#egg=cython-bbox ``` +# Installation +以下の何れかの方法で環境を準備してください。
+* スクリプトを直接実行 + 1. リポジトリをクローン
`git clone https://github.com/Kazuhito00/Image-Processing-Node-Editor` + 1. パッケージをインストール
`pip install -r requirements.txt` +* Dockerを利用 + 1. [Image-Processing-Node-Editor/docker/nvidia-gpu](https://github.com/Kazuhito00/Image-Processing-Node-Editor/tree/main/docker/nvidia-gpu) を参照 +* pipインストールを利用 + 1. GitHubリポジトリを指定し、pipインストール
`pip install git+https://github.com/Kazuhito00/Image-Processing-Node-Editor` + 1. 以下コマンドでアプリケーションを起動
`ipn-editor` + # Usage アプリの起動方法は以下です。 ```bash From 32b8164a5138e45fdff881000eac75b4e5deee29 Mon Sep 17 00:00:00 2001 From: KazuhitoTakahashi <37477845+Kazuhito00@users.noreply.github.com> Date: Thu, 9 Jun 2022 01:44:42 +0900 Subject: [PATCH 2/2] Update README_EN.md --- README_EN.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README_EN.md b/README_EN.md index 304a132..56984e3 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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.
+* Run the script directly + 1. Clone repository
`git clone https://github.com/Kazuhito00/Image-Processing-Node-Editor` + 1. Install package
`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
`pip install git+https://github.com/Kazuhito00/Image-Processing-Node-Editor` + 1. Start the application with the following command
`ipn-editor` + # Usage Here's how to run the app. ```bash