diff --git a/readme.md b/readme.md
index 2cc2bada7aecc1f7d9f193f30271f0e62df691fc..21e0f12b5c1beba9c393759deab000e476f2d28c 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```).