Installation¶
Requirements¶
Python 3.8+
Sphinx 4.0+
Install from PyPI¶
pip install jsoncrack_for_sphinx
Install from Source¶
git clone https://github.com/miskler/jsoncrack-for-sphinx.git
cd jsoncrack-for-sphinx
pip install -e .
Development Installation¶
For development, install with development dependencies:
git clone https://github.com/miskler/jsoncrack-for-sphinx.git
cd jsoncrack-for-sphinx
make install-dev
This will install the package in editable mode with all development dependencies including testing tools, linting tools, and documentation building tools.