From 20801883d5ee9937b73afcc4f7f77decf0d55bcb Mon Sep 17 00:00:00 2001 From: Xavier Olive Date: Wed, 6 Jan 2021 16:46:20 +0100 Subject: [PATCH] suggestions for installation --- README.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5a9a309..fce5b9c 100644 --- a/README.rst +++ b/README.rst @@ -72,6 +72,9 @@ Installation examples:: # stable version pip install pyModeS + # conda (compiled) version + conda install -c conda-forge pymodes + # development version pip install git+https://github.com/junzis/pyModeS @@ -88,10 +91,16 @@ Advanced installation (using c modules) If you want to make use of the (faster) c module, install ``pyModeS`` as follows:: + # conda (compiled) version + conda install -c conda-forge pymodes + + # stable version (to be compiled on your side) + pip install pyModeS[fast] + + # development version git clone https://github.com/junzis/pyModeS cd pyModeS - make ext - make install + pip install .[fast] View live traffic (modeslive)