From b1cc54b14a09f4e02b129d2a10ef572795e226d0 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Mon, 29 May 2023 21:49:39 +0900 Subject: [PATCH] Update pip install to also setup tests --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c970e6c48..66fdf3221 100644 --- a/README.md +++ b/README.md @@ -411,6 +411,9 @@ PRs are **greatly welcome**! Please run below to setup env ```bash -pip3 install -r requirements-dev.txt +pip3 install -r requirements-dev.txt -r requirements-tests.txt pre-commit install + +# test +pytest tests/ ```