Skip to main content

Installation

Here we learn how to install luci in your terminal.

Before installing luci, make sure that you have already installed python and pip in your system. Sometimes, it is pip3 or pip, so use it as per your os requirement.

 pip install LuciAI 

Test the Installation

Go to your terminal and type to check the installation.

pip show luciai

If it is installed successfully, it will show the details of the package like the below way.