Installation =========== Requirements ----------- pyest requires Python 3.8 or higher. Installation Instructions ---------------------- First, clone the repository: .. code-block:: shell git clone https://github.com/scope-lab/pyest.git OS X (zsh) ~~~~~~~~~ To install, run: .. code-block:: shell pip install . To install packages needed for running the examples, run: .. code-block:: shell pip install '.[examples]' OS X (bash), Windows (cmd prompt) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To install, run: .. code-block:: shell pip install . To install packages needed for running the examples, run: .. code-block:: shell pip install .[examples]