How to install Lution
1. Make sure Python it installed
For some distro, python pre-installed, to check if python is installed or not, run :
$ python --version
Just copy it by hand, i don't have time to make fancy copy button :")
If the command ouput command not found, pyhon likely not installed in your system, search up how to install python in your distro.
2. Clone the Repo
$ git clone https://github.com/Lutionhq/Lution.git
$ cd Lution
3. Run Lution
$ cd src/Lution
$ ./run.sh
Manual Install
1. Clone the Repo
git clone https://github.com/Lutionhq/Lution.git
cd Lution
2. Set Up a Virtual Environment
python3 -m venv venv
source venv/bin/activate
3. Install Dependencies
cd src/Lution
pip install -r requirements.txt
3.1 Optional step
$ git clone https://github.com/Lutionhq/Lution.git
$ cd Lution
$ cd src/Lution
$ ./run.sh
git clone https://github.com/Lutionhq/Lution.git
cd Lution
python3 -m venv venv
source venv/bin/activate
cd src/Lution
pip install -r requirements.txt
If you are using Debian based distro, you might need to run
sudo apt install python3.12-venv
4 Run it
python3 -m streamlit run main.py
or
streamlit run main.py