To install PolyLX, create virtual environment, activate it and install with pip:
python -m venv polylx
source polylx/bin/activate
pip install polylx
To upgrade an existing version of PolyLX from PyPI, execute:
pip install polylx --upgrade
Another common way to install is create environment using mamba (or conda with conda-forge repository):
mamba create -n polylx numpy matplotlib scipy pandas pyarrow seaborn networkx shapely pyshp fiona jupyterlab pyefd jenkspy shapelysmooth
Activate the new environment and install with pip:
mamba activate polylx
pip install polylx
Explore the full features of PolyLX. You can find detailed documentation here.
Most discussion happens on Github. Feel free to open an issue or comment on any open issue or pull request. Check CONTRIBUTING.md
for more details.
PolyLX is free software: you can redistribute it and/or modify it under the terms of the MIT License. A copy of this license is provided in LICENSE
file.