Installation
Get started with sparQ in under 2 minutes
Requirements:
- Python 3.10+
- pip
- git
- OSX/Linux
Get the code:
git clone https://github.com/sparqone/sparq
cd sparq
Install venv if you don’t have it:
sudo apt install python3-venv
Create a virtual environment and install the dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run the app:
python3 app.py
The app will be available at http://localhost:8000