-
Notifications
You must be signed in to change notification settings - Fork 496
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
- Python 3.9 or higher
- Download and install Python: Download Python
- Open Command Prompt.
- Run the following command:
pip3 install gpt-computer-assistant[base]
- To start the application:
computerassistant
MacOS
- Python 3.9 or higher
- Note: Currently not supported on Intel-based MacOS
- Download and install Python: Download Python
- Open Terminal.
- Run the following command:
pip3 install gpt-computer-assistant[base]
- To start the application:
computerassistant
If you like it, you can give a star to support =)