This is an automated email from the ASF dual-hosted git repository.
honahx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 24a0175d remove dead loom link (#1213)
24a0175d is described below
commit 24a0175d453fa50b2c40f9f2b53e53dbed3ab085
Author: Kevin Liu <[email protected]>
AuthorDate: Sun Oct 6 08:07:27 2024 -0700
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 62db11c6..1e266450 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)