Skip to content

Installation

Onur ULUSOY edited this page Jun 17, 2024 · 2 revisions

Hi, this is the installation wiki. Welcome and hope to install as well.

Windows

Requirements

  • Python 3.9 or higher

Installation Steps

  1. Download and install Python: Download Python
  2. Open Command Prompt.
  3. Run the following command:
pip3 install gpt-computer-assistant[base]
  1. To start the application:
computerassistant
MacOS

Requirements

  • Python 3.9 or higher
  • Note: Currently not supported on Intel-based MacOS

Installation Steps

  1. Download and install Python: Download Python
  2. Open Terminal.
  3. Run the following command:
pip3 install gpt-computer-assistant[base]
  1. To start the application:
computerassistant
Ubuntu

Requirements

  • Python 3.9 or higher

Installation Steps

  1. Open Terminal.
  2. Ensure Python and pip are installed:
sudo apt update
sudo apt install python3 python3-pip
  1. Run the following command:
pip3 install gpt-computer-assistant[base]
  1. To start the application:
computerassistant
Clone this wiki locally