From ed477fe7453e1949e2711bf312958735f61c0fc1 Mon Sep 17 00:00:00 2001 From: Nick Lanham Date: Thu, 14 Mar 2024 15:16:27 -0700 Subject: [PATCH] fix readme --- python/delta-kernel-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/delta-kernel-python/README.md b/python/delta-kernel-python/README.md index dda0919e6..be71ff167 100644 --- a/python/delta-kernel-python/README.md +++ b/python/delta-kernel-python/README.md @@ -7,7 +7,7 @@ You can see how it would be used in the test.py file. ## usage To test it out you will need to create a venv and set up the deps: - cd delta-kernel-rust/python + cd [delta-sharing-root]/python/delta-kernel-python # if you're not already there python3 -m venv .venv source .venv/bin/activate pip install maturin