From dc9aeef3290d03942548e42286364ff3702dcac6 Mon Sep 17 00:00:00 2001 From: Marco Giulini <54807167+mgiulini@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:19:16 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d67ca2..156ec0f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,5 @@ # Developing ARCTIC-3D -This section is still work in progress - ## Installation We use `poetry` to manage the dependencies and the virtual environment, so it makes things easier if you need to install it first; check the [official documentation](https://python-poetry.org/docs/#installation) for more details.