Skip to content

Commit

Permalink
Merge branch 'BH_merger_logcache_fix' of github.com:mtremmel/tangos i…
Browse files Browse the repository at this point in the history
…nto BH_merger_logcache_fix
  • Loading branch information
mtremmel committed Nov 22, 2024
2 parents b7e6e93 + 8a0badd commit af8813e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ or, for pre-release versions (for example if you are working with pynbody v2) us
```
pip install --pre tangos
```
or, for the latest version from the repository use
or, for the latest version from the repository use
```
pip install git+https://github.com/pynbody/tangos.git
```
Expand All @@ -51,7 +51,7 @@ pip install -e .[test]
```

The `[test]` specified ensures that additional packages needed for testing are installed. This includes _pynbody_ and _yt_,
as well as _pytest_.
as well as _pytest_.

Once installed, you should check that _tangos_ is functioning correctly by entering the `tests` folder and
typing `pytest`. You should see a bunch of text scrolling by, ultimately finishing with the simple message `OK`.
Expand Down

0 comments on commit af8813e

Please sign in to comment.