Installation¶
Installing a package from PyPI¶
pip install pugixml
Installing a package from source¶
Requirements:
C++17 compatible compiler (see supported compilers)
CMake ≥ 3.12
Installing a package from PyPI:
pip install --no-binary=:all: pugixml
Installing the development version from the git repository:
pip install git+https://github.com/miute/pugixml-python.git