From 24a0175d453fa50b2c40f9f2b53e53dbed3ab085 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sun, 6 Oct 2024 08:07:27 -0700 Subject: [PATCH] remove dead loom link (#1213) --- mkdocs/docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/contributing.md b/mkdocs/docs/contributing.md index 62db11c6b7..1e266450ee 100644 --- a/mkdocs/docs/contributing.md +++ b/mkdocs/docs/contributing.md @@ -42,7 +42,7 @@ To get started, you can run `make install`, which installs Poetry and all the de If you want to install the library on the host, you can simply run `pip3 install -e .`. If you wish to use a virtual environment, you can run `poetry shell`. Poetry will open up a virtual environment with all the dependencies set. -To set up IDEA with Poetry ([also on Loom](https://www.loom.com/share/6d36464d45f244729d91003e7f671fd2)): +To set up IDEA with Poetry: - Open up the Python project in IntelliJ - Make sure that you're on latest main (that includes Poetry)