Skip to content

Commit 6b3d902

Browse files
committed
Changed install section in README to docs link
1 parent d647238 commit 6b3d902

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,7 @@ Added :
3939

4040
## Installation
4141

42-
**Note** : we recommend using conda to create a new environment for the plugin.
43-
**M1 Mac users, please see the [M1 install section](#m1-mac-users)**
44-
45-
conda create --name napari-cellseg3d python=3.8
46-
conda activate napari-cellseg3d
47-
48-
You can install `napari-cellseg3d` via [pip]:
49-
50-
pip install napari-cellseg3d[all]
51-
52-
OR directly via [napari-hub]:
53-
54-
- Install napari from pip with `pip install "napari[all]"`,
55-
then from the “Plugins” menu within the napari application, select “Install/Uninstall Package(s)...”
56-
- Copy `napari-cellseg3d` and paste it where it says “Install by name/url…”
57-
- Click “Install”
58-
- Restart napari
42+
See the [Installation page] in the documentation for detailed instructions.
5943

6044
### M1 Mac users
6145

@@ -149,7 +133,7 @@ Distributed under the terms of the [MIT] license.
149133
[tox]: https://tox.readthedocs.io/en/latest/
150134
[pip]: https://pypi.org/project/pip/
151135
[PyPI]: https://pypi.org/
152-
136+
[Installation page]: https://adaptivemotorcontrollab.github.io/CellSeg3d/source/guides/installation_guide.html
153137
[the PyTorch website for installation instructions]: https://pytorch.org/get-started/locally/
154138
[PyTorch]: https://pytorch.org/get-started/locally/
155139
[MONAI's optional dependencies]: https://docs.monai.io/en/stable/installation.html#installing-the-recommended-dependencies

0 commit comments

Comments
 (0)