diff --git a/README.md b/README.md index fb0b9016..2108092b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Also, the `learning` subpackage contains PyTorch implementations of deep learnin ## Installing -To install Crowd-Kit, run the following command: `pip install crowd-kit`. If you also want to use the `learning` subpackage, type `pip instal crowd-kit[learning]`. +To install Crowd-Kit, run the following command: `pip install crowd-kit`. If you also want to use the `learning` subpackage, type `pip install crowd-kit[learning]`. If you are interested in contributing to Crowd-Kit, use [Pipenv](https://pipenv.pypa.io/en/latest/) to install the library with its dependencies: `pipenv install --dev`. We use [pytest](https://docs.pytest.org/en/7.1.x/) for testing.