-
Notifications
You must be signed in to change notification settings - Fork 10
Install
To install psignifit go to https://github.com/wichmann-lab/psignifit and click on the Download ZIP button on the right, unpack the ZIP file and move it to a folder on your matlab path or add its position to the path.
This should work on Linux, MAC and Windows equally well.
If you "installed" this way and you want to update your psignifit, simply download again and replace the folder.
Instructions on how to install git can be found here.
If you have git installed you can also use this to get the newest version and to keep yourself up to date:
To clone the repository for the first time, change to the directory where psignifit should be placed. There use the following command in a terminal:
git clone https://github.com/wichmann-lab/psignifit.git
Now you should have a directory called "psignifit" there. This contains all the code you need and you can proceed to adding the code to your path as well.
To update your local copy you only need to change to the "psignifit" folder and type:
git pull