From 77ef4e2fa421455eed6965e4d543c6e3078fe954 Mon Sep 17 00:00:00 2001 From: Nikhil Iyer Date: Tue, 10 Sep 2024 18:17:10 -0400 Subject: [PATCH] Fix the poetry link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a72102..e5745d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ To interact with the project, you will need to install some dependencies and con 1. [Install git](https://git-scm.com/) 2. [Install Manim dependencies](https://docs.manim.community/en/stable/installation.html#installing-manim-locally) - Note: You do not need to install Manim itself (Poetry will handle that). -3. [Install Poetry](https://python-poetry.org/docs/master/#installing-with-the-official-installer) +3. [Install Poetry](https://python-poetry.org/docs/) 4. Fork the [project](https://github.com/ufosc/manim-data-structures). 5. Clone your fork `git clone `. 6. Add the upstream repository. `git remote add upstream https://github.com/ufosc/manim-data-structures/`