Loading README.md +16 −0 Original line number Diff line number Diff line # PyGriffin ## Prerequisites - [NumPy](https://numpy.org/) ## Configuring PyGriffin Loading @@ -14,3 +17,16 @@ There are a number to indicate location of the Griffin executable to PyGriffin. These will be preferentially used by PyGriffin in the order they are provided by the user and the user's compute environment. ## Installing For now, the best method for installing PyGriffin is to add the top of the PyGriffin repository to your `PYTHONPATH. ## Testing Move to the `tests` directory of PyGriffin and run: ```bash pytest -v ``` Loading
README.md +16 −0 Original line number Diff line number Diff line # PyGriffin ## Prerequisites - [NumPy](https://numpy.org/) ## Configuring PyGriffin Loading @@ -14,3 +17,16 @@ There are a number to indicate location of the Griffin executable to PyGriffin. These will be preferentially used by PyGriffin in the order they are provided by the user and the user's compute environment. ## Installing For now, the best method for installing PyGriffin is to add the top of the PyGriffin repository to your `PYTHONPATH. ## Testing Move to the `tests` directory of PyGriffin and run: ```bash pytest -v ```