### Installing Plotly Light via PyPI (Bash) Source: https://github.com/yoshihikosuzuki/plotly_light/blob/master/README.md This command installs the plotly-light package directly from the Python Package Index (PyPI) using pip, making it available for use in any Python environment. ```bash $ pip install plotly-light ``` -------------------------------- ### Installing Plotly Light from GitHub Repository (Bash) Source: https://github.com/yoshihikosuzuki/plotly_light/blob/master/README.md These commands clone the plotly_light source code from its GitHub repository, navigate into the project directory, and then install the package locally using pip, which is useful for development or using the latest unreleased version. ```bash $ git clone https://github.com/yoshihikosuzuki/plotly_light $ cd plotly_light $ pip install . ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.