From 8ce01a1738e89d316eba54719b707f0454be3eca Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Sat, 6 May 2017 21:46:53 -0700 Subject: [PATCH] Added note in readme about potentially slow numpy compilation --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 632ac82..bf0c7b7 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,8 @@ will be automatically installed when installing ``atrcopy`` with:: pip install atrcopy +Linux and macOS note: if numpy needs to be installed on your system, it may be +compiled from source which can take several minutes. Features ========