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