Installation#

To install Light Side, follow these steps:

From Pypi#

pip install light_side

or with specific version

pip install light_side==x.x.x

From Source#

git clone https://github.com/canturan10/light_side.git
cd light_side
pip install .