From 8ed919ff4d250ab8f74045f14fd7c82af3819eac Mon Sep 17 00:00:00 2001 From: "ac (tb)" <andrew.r.cohen@drexel.edu> Date: Wed, 26 Jan 2022 02:31:34 -0500 Subject: [PATCH] updated leveresc readme --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2cc2bad..21e0f12 100644 --- a/readme.md +++ b/readme.md @@ -31,9 +31,12 @@ Note: The Windows install will generate a security warning because the App is no **Note:** If using Fiji (**highly recommended**) then you may wish to create the ```3D``` subfolder in ```plugins``` and place the jar file within, as it can make it easier to find. Alternatively, the jar file can be placed directly in the ```plugins``` folder and will be listed in the Fiji menu as ```Plugins->Leversc Viewer```. ### Python Module – requires Python 3.6 or later -1. Download the [Python module](src/Python) directory (Select the download icon and choose ```Download this directory```). -2. Extract the downloaded Python folder to a convenient location. -3. Add the folder to your ```PYTHONPATH``` environment variable so that ```import leversc``` statements can automatically find the LEVERSC module +After installing the [leversc app](#app-install): +##### windows: +```pip install leversc``` +##### mac/linux: +```pip3 install leversc``` + ### MATLAB Class – requires MATLAB 2019B or later 1. Download the [MATLAB class](src/MATLAB) directory (Select the download icon and choose ```Download this directory```). -- GitLab