Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhito00 authored Jun 8, 2022
1 parent 273cbe8 commit 2cdc892
Showing 1 changed file with 11 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

0 comments on commit 2cdc892

Please sign in to comment.