Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyoyo-yo committed Mar 8, 2019
1 parent 0035e3a commit 6c1756e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,14 @@ $ source activate gasyori100

以下のコマンドで必要なパッケージをインストールします。

```bash
$ pip install numpy matplotlib opencv-python
```

もしくはホームディレクトリにある*requirements.txt*を使ってこうしてもインストールできます。

```bash
$ pip install -r requirement.txt
$ pip install -r requirements.txt
```

### 3. 画像処理チュートリアル
Expand Down
File renamed without changes.

0 comments on commit 6c1756e

Please sign in to comment.