- Python 3.8 or higher
- pip (Python package installer)
- Clone the repository:
git clone https://github.com/stitionai/devika.git
cd devika
- Install dependencies:
pip install -r requirements.txt
If you encounter an error about numpy not being available, install it explicitly:
pip install numpy>=1.24.0
If you encounter any installation issues:
- Ensure you have Python 3.8 or higher installed
- Try upgrading pip:
pip install --upgrade pip
- Install numpy explicitly if needed:
pip install numpy>=1.24.0