Aita
  • Introduction
  • Roadmap
  • Aita Lab
    • Chat
    • Data Source
  • Architecture
  • Contribution
  • Getting Started
    • Quick Start
  • Installation
  • Reference
    • Aita agent
      • Pandas Agent
      • Pyarrow Agent
      • Python Agent
      • Spark Agent
      • SqlAgent
    • Data Sources
      • sql
      • File Data Source
      • Postgres Data Source
      • Snowflake Data Source
    • Aita tool
      • PythonTool
      • PandasTool
      • PyArrow Tool
      • pyspark tool
      • Sql Tools
  • Tech specs
    • Aita tech spec v1
Powered by GitBook
On this page
  • How to contribute
  • Environment setup
  • Running the tests
  • Check and fix the code style
  • Build the project

Contribution

How to contribute

  1. Fork & Clone the repository

  2. Create a new branch

Environment setup

We are using python 3.9+ for this project. You can install the required packages by running the following command:

make install

Running the tests

You can run the tests by running the following command:

make test

Check and fix the code style

You can check the code style by running the following command:

make check-codestyle

to fix the code style run the following command:

make codestyle

Build the project

You can build the project by running the following command:

make build
PreviousArchitectureNextGetting Started

Last updated 11 months ago