Skip to content

Commit 02da6a2

Browse files
committed
2 parents 59c3534 + 2f4564e commit 02da6a2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/start_page.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ cd synapse-net
3636
```bash
3737
conda env create -f environment.yaml
3838
```
39-
If you are using Windows then you have to use a different environment file for the installation: Use `environment_gpu_win.yaml` if you have a GPU and `environment_cpu_win.yaml` without a GPU.
4039
- You will need to confirm this step. It will take a while. Afterwards you can activate the environment:
4140
```bash
4241
conda activate synapse-net
@@ -54,14 +53,10 @@ to use them.
5453

5554
> Note: If you use `mamba` instead of conda just replace `conda` in the commands above with `mamba`.
5655
57-
> Note: We also provide an environment for a CPU version of SynapseNet. You can install it by replacing `environment.yaml` with `environment_cpu.yaml` in the respective command above. This version can be used for 2D vesicle segmentation, but it does not work for 3D segmentation.
58-
59-
> Note: If you have issues with the CUDA version then install a PyTorch that matches your nvidia drivers. See [pytorch.org](https://pytorch.org/) for details.
60-
6156
### Updating SynapseNet
6257

6358
If you have installed SynapseNet following the instructions above then you can update it like this:
64-
- Go to the foloder where you have downloaded SyanapseNet in a terminal, e.g. via `cd synapase-net`
59+
- Go to the folder where you have downloaded SynapseNet in a terminal, e.g. via `cd synapse-net`
6560
- Then get the latest changes via git:
6661
```bash
6762
git pull origin main

0 commit comments

Comments
 (0)