Installation
This guide will help you install and set up Vexly.
Prerequisites
Before installing Vexly, ensure you have the following:
- Python 3.8 or higher
- Node.js 16 or higher
- Docker (optional, for containerized deployment)
Installation Methods
Using Docker
From Source
# Clone the repository
git clone https://github.com/yourusername/agentspot.git
cd agentspot
# Install dependencies
pip install -r requirements.txt
npm install
# Run the application
python main.py
Using pip
Verify Installation
To verify that Vexly is installed correctly:
Next Steps
Once installed, proceed to the Quick Start Guide to begin using Vexly.