Skip to content

Commit e2f4efa

Browse files
Update start_page.md
1 parent 9e59086 commit e2f4efa

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/start_page.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pip install -e .
4747
```
4848

4949
Now you can use all SynapseNet features. From now on, just activate the environment via
50-
```
50+
```bash
5151
conda activate synapse-net
5252
```
5353
to use them.
@@ -58,6 +58,19 @@ to use them.
5858
5959
> 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.
6060
61+
### Updating SynapseNet
62+
63+
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`
65+
- Then get the latest changes via git:
66+
```bash
67+
git pull origin main
68+
```
69+
- And rerun the pip installation:
70+
```bash
71+
pip install -e .
72+
```
73+
After this SynapseNet will be up-to-date and you can use the latest features!
6174

6275
## Segmentation Models
6376

0 commit comments

Comments
 (0)