Contributing

For contributing to the project, this is the way to go.

Get source code

git clone https://github.com/Patent2net/P2N.git
cd P2N
git checkout develop

Create virtualenv

virtualenv --no-site-packages .venv27
source .venv27/bin/activate

Setup in development mode

python setup.py develop