Merge pull request #92 from junzis/pr_readme

suggestions for installation
This commit is contained in:
Junzi Sun 2021-01-11 15:32:05 +01:00 committed by GitHub
commit 89e67fae31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)