Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-Node-Editor into main
  • Loading branch information
Kazuhito00 committed Jun 8, 2022
2 parents 7a4e5bc + 32b8164 commit 519f8f4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.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
以下の何れかの方法で環境を準備してください。<br>
* スクリプトを直接実行
1. リポジトリをクローン<br>`git clone https://github.com/Kazuhito00/Image-Processing-Node-Editor`
1. パッケージをインストール <br>`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インストール<br>`pip install git+https://github.com/Kazuhito00/Image-Processing-Node-Editor`
1. 以下コマンドでアプリケーションを起動<br>`ipn-editor`

# Usage
アプリの起動方法は以下です。
```bash
Expand Down
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 519f8f4

Please sign in to comment.