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