Development Setup¶ Set up UPIR for development. Installation¶ git clone https://github.com/bassrehab/upir.git cd upir pip install -e ".[dev]" Running Tests¶ pytest tests/ -v See Also¶ Code Style Testing