From 55d674e51d0aac404e1dbcf43c71bf3f57ac6359 Mon Sep 17 00:00:00 2001 From: Ashok Singamaneni Date: Sat, 12 Aug 2023 00:09:46 -0500 Subject: [PATCH] Update setup.md --- docs/getting-started/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/setup.md b/docs/getting-started/setup.md index 9fe4d3f..e52d128 100644 --- a/docs/getting-started/setup.md +++ b/docs/getting-started/setup.md @@ -1,9 +1,9 @@ ## Installation -The library is available in the artifactory and can be installed in your environment using the below command or +The library is available in the pypi and can be installed in your environment using the below command or please add the library "spark-expectations" into the requirements.txt or poetry dependencies. ```shell -pip install -U spark-expectations --extra-index-url https://artifactory.nike.com/artifactory/api/pypi/python-local/simple +pip install -U spark-expectations ``` ## Required Tables