Skip to content

Commit

Permalink
Version increase of newMSM in readme page.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbesenczi committed Oct 25, 2023
1 parent ec30ac6 commit 7bfde1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/newmsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Most of the code from the original version has been replaced or revised, but som
- application of octree search during registration
- parallelisation of cost calculation during registration

Please note, the current version is 0.4.3-BETA. All feedbacks are much appreciated.
Please note, the current version is 0.5.0-BETA. All feedbacks are much appreciated.

## Download and install
NewMSM is available to download from FSL or Github. Please follow the steps described below. (Note: tested on Ubuntu Linux and MacOS.)
Expand Down Expand Up @@ -49,7 +49,7 @@ conda activate ./msm-env/
```console
git clone https://github.com/rbesenczi/newMSM.git
cd newMSM/libraries/msm-newresampler/src/
git checkout v0.4.3
git checkout v0.5.0
make && make install
cd ../../msm-newmeshreg/src/
make && make install
Expand Down

0 comments on commit 7bfde1f

Please sign in to comment.