diff --git a/docs/doxygen-user/images/module_install_netbeans.png b/docs/doxygen-user/images/module_install_netbeans.png new file mode 100644 index 0000000000..db50799d1c Binary files /dev/null and b/docs/doxygen-user/images/module_install_netbeans.png differ diff --git a/docs/doxygen-user/images/module_install_python.png b/docs/doxygen-user/images/module_install_python.png new file mode 100644 index 0000000000..cb393c30b5 Binary files /dev/null and b/docs/doxygen-user/images/module_install_python.png differ diff --git a/docs/doxygen-user/module_install.dox b/docs/doxygen-user/module_install.dox index 31a02b3098..1882ca70e2 100644 --- a/docs/doxygen-user/module_install.dox +++ b/docs/doxygen-user/module_install.dox @@ -9,9 +9,15 @@ There are two types of modules: \section module_install_nbm Installing NetBeans Modules If you have an NBM file, then it may contain one or more Autopsy modules. To install it, use the plugin manager at "Tools", "Plugins". +\image html module_install_netbeans.png + Choose the "Downloaded" tab and then choose "Add Plugins". Browse to the NBM file. It may require you to restart Autopsy. \section module_install_python Installing Python Modules -If you have a ZIP file with a Python module in it, then unzip the file and you should get a folder. Open the Python module library folder using "Tools", "Python Plugins". Copy the module folder into there and Autopsy should identify and use it next time it loads modules. +If you have a ZIP file with a Python module in it, then unzip the file and you should get a folder. Open the Python module library folder through Autopsy using "Tools", "Python Plugins". + +\image html module_install_python.png + +On Windows this will be under your user directory in "AppData\Roaming\autopsy\python_modules". Copy the module folder into there and Autopsy should identify and use it next time it loads modules. */