Skip to content

Commit

Permalink
small fixes for Navis install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 29, 2024
1 parent 6a523ea commit 10eee1c
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions docs/navis/navis_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ In the long run, you might want to check out Option 2 but for this workshop you
=== "Full Install"

The full install should set you up for using `Navis` plus a number of
extra dependencies that are just nice to have. If
you run into issues, try the minimal install
instead.
extra dependencies that are just nice to have. If you run into issues,
try the [minimal install](navis_setup.md#__tabbed_1_2) instead.

``` sh
pip install navis[all] -U
Expand All @@ -34,16 +33,25 @@ In the long run, you might want to check out Option 2 but for this workshop you

=== "Minimal"

If you're running into issues with the full install, you can try
the minimal install instead:
If you're running into issues with the [full install](navis_setup.md#__tabbed_1_1),
you can try this minimal install instead:

``` sh
pip install navis -U
```

If you go down this route you will need to install the following packages manually:

``` sh
pip install plotly pathos cloud-volume -U
```

These aren't strictly required for `navis` but we will use them in this workshop.


=== "Dev"

To install the latest version from Github:
You shouldn't need this for this workshop but to install the latest version from Github:

``` sh
pip install git+https://github.com/navis-org/navis@master
Expand Down

0 comments on commit 10eee1c

Please sign in to comment.