From 2ada68184ef74ac8427e26bc0072306c03a667ba Mon Sep 17 00:00:00 2001 From: Carlisle Wishard Date: Thu, 2 Mar 2023 13:07:57 -0500 Subject: [PATCH] deleted installation of pySLALIB package and added --user isolation argument --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ad95a4a18..b089af728 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,7 @@ $ conda activate EnvName Next, we will install further required packages. Using the ```-e``` flag imports all packages in ```/swiftest/python/swiftest/requirements.txt```, including Swiftest. If the Swiftest Python package is updated in the future, using the ```-e``` flag should ensure that the user does not have to reinstall the package to use the updated version. ``` -$ pip install pySLALIB -$ pip install -e . +$ pip install --user -e . ``` The Swiftest Python package should now be installed in the conda environment and is ready to use. If you would like to take the further step to add Swiftest to a Jupyter Notebook kernel, type the following: