Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyamayuki committed Aug 18, 2021
1 parent 27f6e90 commit da3456e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Webカメラで自分の手元を写すことで、あたかも実体のない
```sh
$ git clone https://github.com/takeyamayuki/NonMouse
$ cd NonMouse
$ pip install -r requirments.txt # requirements.txtからパッケージインストール
$ pip install -r requirements.txt # requirements.txtからパッケージインストール
```

### ローカル環境を汚したくない場合
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The operation status is also available on [Youtube](https://youtu.be/ufvOJUTCF8M
```sh
$ git clone https://github.com/takeyamayuki/NonMouse
$ cd NonMouse
$ pip install -r requirments.txt # Install packages from requirements.txt
$ pip install -r requirements.txt # Install packages from requirements.txt
```
### If you don't want to pollute your local environment
```sh
Expand Down

0 comments on commit da3456e

Please sign in to comment.