New Rewrite of HawkAPI
You will need to install python-docx:
$sudo pip install python-docx
You will need to install Xlsxwriter
$sudo pip install XlsxWriter
You will need to install ReportLab
$sudo apt-get install python-reportlab
You will need to install these dependencies:
$sudo apt-get install libffi-dev libffi6 mongodb python-pymongo
You will need to install PyGal and lxml for graphics
$sudo pip install pygal CairoSVG tinycss cssselect
Download or clone the repo.
$sudo python setup.py install
Install <ahref="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://www.python.org/downloads/windows/%22%3EPython2.7" rel="nofollow">https://www.python.org/downloads/windows/">Python2.7 Make sure it is the 32bit version. The 64bit version has issues with adding registry settings.
Add Python to your path:
C:\Python27\;C:\Python\Scripts\
Download the ez_setup.py script.
python ez_setup.py
Get Pip get_pip.py
python get_pip.py
You will need to install python-docx:
pip install python-docx
You will need to install Xlsxwriter
pip install XlsxWriter
You will need to install ReportLab
pip install reportlab
You will need to install the pygtk pygobject and pycario. Go to www.Lfd.uci.edu/~gohlke/pythonlibs/#pygtk and get the libraries and install them.
You will need to install PyGal and lxml for graphics
pip install pygal CairoSVG tinycss cssselect
You will also need the request module
pip install requests
Download or clone the repo
python setup.py install