From bdbfd0d3e222c06b372cab22e85140fd4775dc58 Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Mon, 9 Apr 2018 14:54:24 +0200 Subject: [PATCH] Specify Python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56ce1292..32ffccd7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial ## Dependencies and installation **EZyRB** requires `numpy`, `scipy`, `matplotlib`, `vtk`, `nose` (for local test) and `sphinx` (to generate the documentation). They can be easily -installed via `pip` +installed via `pip`. The code is compatible with Python 2.7. The official distribution is on GitHub, and you can clone the repository using