diff --git a/docs/doxygen/modDevPython.dox b/docs/doxygen/modDevPython.dox index 9b1b74501f..fb780ffb29 100755 --- a/docs/doxygen/modDevPython.dox +++ b/docs/doxygen/modDevPython.dox @@ -23,7 +23,19 @@ There are also a set of tutorials that Basis Technology published on their blog: \section mod_dev_py_setup Basic Setup -You don't really need anything to develop a python Autopsy module except for the standard Autopsy and your favorite text editor. We recommend pyCharm or the Python plug-in to NetBeans. +You don't really need anything to develop a python Autopsy module except for the standard Autopsy and your favorite text editor. We recommend IntelliJ IDEA or the Jython plug-in to NetBeans. + +To install NetBeans' plug-in: +-# Install Jython in your machine. +-# Download NetBeans Python plug-in http://plugins.netbeans.org/plugin/56795/python4netbeans802 +-# In NetBeans go to plug-ins->download->add plugins->choose downloaded files +-# Setup Jython path from tools->python platform->new->choose jython directory + +To install IntelliJ IDEA + Python plug-in: +-# Download and install IDEA https://www.jetbrains.com/idea/download/ +-# In File->Settings->Plugins-> install Python Community Edition +-# In File->Project Structure->Project-> Project SDK-> choose IntelliJ IDEA Community Edition +-# In Libraries->add new libraries->choose desired autopsy modules (usually in C:\Program Files\Autopsy-3.1.3\autopsy\modules) \section mod_dev_py_create Creating a Basic Python Module