Skip to content

Commit 309af41

Browse files
Update README.md
1 parent e345d18 commit 309af41

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33
A library of [Julia](https://julialang.org/) functions that could be useful for 3D image registration. Note that code development is in its early stages and that many things are likely to change.
44

5-
This package is not yet registered as an official Julia package.
6-
If you are brave enouth to try using it, then the following may work (in Julia) for 64 bit Linux or Windows:
7-
8-
using Pkg
9-
Pkg.develop(url="https://github.com/spm/PushPull.jl")
10-
using PushPull
5+
This package is not yet registered as an official Julia package, but has been included among a local registry of packages used by SPM.
6+
If you are brave enouth to try using it, then the following may work (in Julia) for 64 bit Linux or Windows. First of all, you need to point Julia to the local registries used by SPM, with:
7+
```
8+
using Pkg
9+
pkg"registry add https://github.com/spm/SPM-registry.jl"
10+
```
11+
The above only needs to be done once. You can then install using:
12+
```
13+
using Pkg
14+
Pkg.add("PushPull.jl")
15+
```
1116

1217

1318
[![Build Status](https://github.com/spm/PushPull.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/spm/PushPull.jl/actions/workflows/CI.yml?query=branch%3Amain)

0 commit comments

Comments
 (0)