Skip to content

Commit

Permalink
Merge pull request #57 from juglab/jdeschamps-patch-1
Browse files Browse the repository at this point in the history
Update installation.md
  • Loading branch information
jdeschamps authored Apr 6, 2024
2 parents 7271de4 + 950b663 commit 36e2065
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ If you do not have conda, we recommend installing [miniconda](https://docs.conda
conda create -n napari-n2v python=3.9
conda activate napari-n2v
```
2. Follow the [TensorFlow installation step-by-step](https://www.tensorflow.org/install/pip#linux_1) for your
2. Follow the [installation step-by-step on n2v to install TensorFlow](https://github.com/juglab/n2v/blob/main/README.md) for your
operating system.
3. Install `napari` and `napari-n2v`:
:warning: `n2v` is not compatible with TensorFlow 2.16 and upwards.
4. Install `napari` and `napari-n2v`:
```bash
pip install "napari[all]" napari-n2v
```
Expand Down

0 comments on commit 36e2065

Please sign in to comment.