DevelopmentΒΆ

Contributing to py_pidx:

  1. Clone the repository:

    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:

    ./install_for_development.sh
    
  4. Run tests with pytest:

    pytest tests/
    
  5. Rebuild the documentation:

    ./install/rebuild_docs.sh
    

Please report bugs or request features via GitHub issues.