Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 451 Bytes

File metadata and controls

18 lines (13 loc) · 451 Bytes

Contributing to APISIX Schema Form Engine

Thank you for your interest in contributing.

Prerequisites

  • Python 3.10 or higher
  • Git
  • Virtual environment tool (venv)

Setting up the development environment

git clone https://github.com/vijayalakshmipokala/apisix-schema-form-engine.git
cd apisix-schema-form-engine/backend
python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate
pip install -r requirements.txt