From 25ee3d762bf269fa49a7a0bf29cdd371f1ea44a4 Mon Sep 17 00:00:00 2001 From: Sophie Mori Date: Mon, 14 Nov 2016 15:27:30 -0500 Subject: [PATCH] Update README in InternalPythonModules folder --- Core/release/InternalPythonModules/README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Core/release/InternalPythonModules/README.txt b/Core/release/InternalPythonModules/README.txt index e71281b732..7f03c2fa24 100755 --- a/Core/release/InternalPythonModules/README.txt +++ b/Core/release/InternalPythonModules/README.txt @@ -1,4 +1,6 @@ -Place Jython modules HERE in their respective folders. Eg. - +Do not place user modules here. Place them in the folder at C:\Users\JDoe\AppData\Roaming\Autopsy\python_modules where JDoe is your Windows username. You can also access this folder by launching Autopsy and clicking Tools -> Python Plugins through the menu. + +Place Jython modules HERE in their respective folders. Eg. - InternalPythonModules/ - testModule1/ - testModule1.py