switch to poetry (#135)

This commit is contained in:
Xavier Olive
2022-12-27 23:58:28 +01:00
committed by GitHub
parent 5a703a0d3c
commit 4cf99e8927
10 changed files with 1701 additions and 281 deletions

View File

@@ -94,13 +94,13 @@ 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]
# stable version
pip install pyModeS
# development version
git clone https://github.com/junzis/pyModeS
cd pyModeS
pip install .[fast]
poetry install -E rtlsdr
View live traffic (modeslive)