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 `_:
.. code-block:: shell
pip install lazy-signals
From Source
-----------
Run the following command to install the development version of `lazy-signals` from `GitHub `_:
.. code-block:: shell
git clone https://github.com/adrian-gallus/lazy-signals-python.git
cd lazy-signals-python
pip install -e .