Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
deleted installation of pySLALIB package and added --user isolation a…
Browse files Browse the repository at this point in the history
…rgument
  • Loading branch information
cwishard committed Mar 2, 2023
1 parent 1e3b77e commit 2ada681
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2ada681

Please sign in to comment.