Skip to content

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

docker pull agentspot/agentspot:latest
docker run -p 8000:8000 agentspot/agentspot:latest

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

pip install agentspot

Verify Installation

To verify that Vexly is installed correctly:

agentspot --version

Next Steps

Once installed, proceed to the Quick Start Guide to begin using Vexly.