From 5d806447441d3ab677017b17c18d017f8531ed8d Mon Sep 17 00:00:00 2001 From: aneeshdurg Date: Sun, 16 Apr 2023 12:23:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d46c449..4082459 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ predicates involving patterns, existential subqueries, and `CALL`. ## Installation -You can either install from the pre-built wheel or build `sPyCy` yourself. To install the pre-built wheel, run: +You can either install from [PyPI](https://pypi.org/project/spycy-aneeshdurg/) or build `sPyCy` yourself. To install the pre-built wheel, run: ```bash -pip install https://aneeshdurg.me/spycy/dist/spycy_aneeshdurg-0.0.1-py3-none-any.whl +pip install spycy_aneeshdurg ``` To build it yourself, from the root of this repo, run: