Setup

This part of the documentation covers the installation of Patent2Net. The first step to using any software package is getting it properly installed. Please read this section carefully.

After successfully installing the software, you might want to follow up with its Configuration.

Installation

Install from source

Install binary package

Appendix

Install Patent2Net on Linux

If you’re using Ubuntu or Debian distributions, make sure to have these prerequisites installed:

sudo apt-get install python-pip build-essential python-dev libjpeg-dev libxml2-dev libfreetype6-dev libpng-dev

Install pygraphviz on Mac OS X:

pip install --install-option="--include-path=/opt/local/include" --install-option="--library-path=/opt/local/lib" "pygraphviz==1.3.1"

Install Patent2Net on Windows