From e227700fbc05548f477f5fab3e03635a4ef4b78f Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Wed, 4 Jan 2023 13:47:49 +0100 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdeaad5..b67db15 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ After the training we can infer our model, save it or just plot the PINN approxi ## Dependencies and installation -**PINA** requires requires `numpy`, `scipy`, `matplotlib`, `future`, `torch`, `sphinx` (for the documentation) and `pytest` (for local test). The code is tested for Python 3, while compatibility of Python 2 is not guaranteed anymore. It can be installed using `pip` or directly from the source code. +**PINA** requires `numpy`, `scipy`, `matplotlib`, `future`, `torch`, `sphinx` (for the documentation) and `pytest` (for local test). The code is tested for Python 3, while compatibility of Python 2 is not guaranteed anymore. It can be installed using `pip` or directly from the source code. ### Installing via PIP Mac and Linux users can install pre-built binary packages using pip.