suggestions for installation
This commit is contained in:
parent
56d70b03d2
commit
20801883d5
13
README.rst
13
README.rst
@ -72,6 +72,9 @@ Installation examples::
|
|||||||
# stable version
|
# stable version
|
||||||
pip install pyModeS
|
pip install pyModeS
|
||||||
|
|
||||||
|
# conda (compiled) version
|
||||||
|
conda install -c conda-forge pymodes
|
||||||
|
|
||||||
# development version
|
# development version
|
||||||
pip install git+https://github.com/junzis/pyModeS
|
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::
|
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
|
git clone https://github.com/junzis/pyModeS
|
||||||
cd pyModeS
|
cd pyModeS
|
||||||
make ext
|
pip install .[fast]
|
||||||
make install
|
|
||||||
|
|
||||||
|
|
||||||
View live traffic (modeslive)
|
View live traffic (modeslive)
|
||||||
|
Loading…
Reference in New Issue
Block a user