From da3456e15809b8e8bdd49c4069803d3103bbd921 Mon Sep 17 00:00:00 2001 From: Yuki Takeyama Date: Wed, 18 Aug 2021 14:32:54 +0900 Subject: [PATCH] update README --- README-ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ja.md b/README-ja.md index f2cc61d..a4c6ce2 100644 --- a/README-ja.md +++ b/README-ja.md @@ -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からパッケージインストール ``` ### ローカル環境を汚したくない場合 diff --git a/README.md b/README.md index a617bc0..a52c873 100644 --- a/README.md +++ b/README.md @@ -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