DevelopmentΒΆ
Contributing to py_pidx:
Clone the repository:
git clone https://github.com/mehrabmahdian/py_pidx.git cd py_pidx
Create and activate a virtual environment.
Install dependencies and the package in development mode:
./install_for_development.sh
Run tests with pytest:
pytest tests/Rebuild the documentation:
./install/rebuild_docs.sh
Please report bugs or request features via GitHub issues.