adding documentations to how to install jython editions

This commit is contained in:
momo 2015-08-24 14:24:23 -04:00
parent fe5e353b72
commit ee1f01ca79

View File

@ -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 \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 \section mod_dev_py_create Creating a Basic Python Module