Skip to content

How to install on Windows 11? #1140

Answered by ElishaKay
FFXTT-png asked this question in Q&A
Discussion options

You must be logged in to vote

Welcome @FFXTT-png

Give this one a shot:

How to Install GPT-Researcher on Windows 11

Follow these steps to install gpt-researcher on Windows 11.

1. Install Python 3.11+

Ensure you have Python 3.11 (not 3.12) installed. Download it from:

➡️ Python Official Download Page

Important: During installation, check the box to "Add Python to PATH."

2. Open Command Prompt within the root path of the repo

3. Create and Activate a Virtual Environment

To avoid dependency conflicts, create a virtual environment:

python -m venv venv

Then, activate it:

  • Command Prompt:
    venv\Scripts\activate
    

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FFXTT-png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants