Installation¶
Follow the instructions below to install lazy-signals in your environment.
Python Package¶
Run the following command to install the latest version of lazy-signals from PyPI:
pip install lazy-signals
From Source¶
Run the following command to install the development version of lazy-signals from GitHub:
git clone https://github.com/adrian-gallus/lazy-signals-python.git
cd lazy-signals-python
pip install -e .