From 6f1a0aefab54a846bbdf234d9ea1a740d1acd875 Mon Sep 17 00:00:00 2001 From: Simon Alibert <75076266+aliberts@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:50:23 +0100 Subject: [PATCH 1/2] typo fix Co-authored-by: Alexander Soare --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa1725fc..f1a7a9c3 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ pip install . poetry install ``` -**Note:** If you encounter a disk space error, try to change your `tmp/` dirrectory to a location where you have enough disk space, e.g. +**Note:** If you encounter a disk space error, try to change your `tmp/` directory to a location where you have enough disk space, e.g. ```bash mkdir ~/tmp export TMPDIR='~/tmp' From 1b6cb2b1bee3243840b9770189b6f4dd16fdfd8a Mon Sep 17 00:00:00 2001 From: Simon Alibert <75076266+aliberts@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:51:52 +0100 Subject: [PATCH 2/2] Add space Co-authored-by: Remi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1a7a9c3..179f14f6 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ pre-commit ``` ### Add dependencies + Instead of using `pip` directly, we use `poetry` for development purposes to easily track our dependencies. If you don't have it already, follow the [instructions](https://python-poetry.org/docs/#installation) to install it.