Setup

Requirements

Before installing, make sure your computer meets the following requirements:

  • Python 3.10 or higher

One Line Installer (Experimental)

curl https://raw.githubusercontent.com/neokd/NeoGPT/main/installers/install.sh -o install.sh && bash install.sh

Install

Install with pip

Clone the repository and install the dependencies:

  1. Clone the repository using the following command
git clone https://github.com/neokd/NeoGPT.git
  1. Navigate to the root directory of the repository
cd NeoGPT
  1. Install the dependencies
pip install -r requirements.txt

Read the Quick Start guide to get started with NeoGPT.