From 6dfa01ab637b5bb77b342d88cd8abff6e08460f2 Mon Sep 17 00:00:00 2001 From: joeljonsson Date: Mon, 6 Nov 2023 03:49:17 +0100 Subject: [PATCH] remove python versions from instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 569196b..2a04088 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ pyapr.viewer.raycast_viewer(apr, parts) See the [demo scripts] for more examples. ## Installation -For Windows 10, OSX, and Linux and Python versions 3.7-3.9 direct installation with OpenMP support should work via [pip]: +For Windows 10, OSX, and Linux direct installation with OpenMP support should work via [pip]: ``` pip install pyapr ```