now that lipase is realeased as a package, I updated the user documentation accordingly

This commit is contained in:
Guillaume Raffy 2019-10-07 12:25:01 +02:00
parent 38b5d2c6fb
commit a021464642
1 changed files with 5 additions and 6 deletions

View File

@ -18,12 +18,11 @@ As the development is at its early stages, it does not much at the moment:
- in the Manage update sites window, tick the IJ-OpenCV-plugins (URL = http://sites.imagej.net/IJ-OpenCV/) if it's not ticked.
- click the close button of the Manage update sites window
- click "Apply changes" button in the ImageJ Updater window
- wait until the plugins are installed, then restart fiji
3. launch fiji
4. from fiji, click on File->new->script... The script window should appear.
5. with the script window selected, choose the File->open... menu item.
6. from the file browser that just appeared, locate and choose the file lipase.py from this repository, then click Open. You should see the script lipase.py appear in the script window
7. The script is executed when you click on the script editor's run button.
- wait until the plugins are installed and quit Fiji
3. Install lipase
- lipase is released as a package named "lipase-<lipase-version>.zip". This package can be build from sources using the 'make package' command, provided you have all the build tools on your machine (make, javac, zip).
- simply unzip the package "lipase-<lipase-version>.zip" in Fiji root directory
4. launch fiji and check that you have lipase tools in the menu Plugins/Ipr/Lipase
## Notes