Version |version|
Diffing XML with RELAX NG schema
- Free software: GPL license
To install :program:`xmldiffng`, use the following command:
pip install xmldiffng
To run the all tests run:
tox
As a requirement, install the following packages for openSUSE:
sudo zypper install libxml2-devel libxml2-tools libxslt-devel gcc-c++ make sudo zypper install readline-devel python-devel python3-devel python-virtualenv
Create a VPE:
python3 -m venv .env
Activate the VPE:
source .env/bin/activate
Install the project in develop-mode:
./setup.py develop
Some helpful commands:
Show python modules inside the VPE:
pip list
Install python modules from PyPI:
pip install MODULE