Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Install Instructions to include activation sequence #3939

Closed
RGDub opened this issue May 7, 2023 · 5 comments
Closed

Updated Install Instructions to include activation sequence #3939

RGDub opened this issue May 7, 2023 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers setup Issues with getting Auto-GPT setup on local machines Stale

Comments

@RGDub
Copy link

RGDub commented May 7, 2023

Install instructions need to be updated reflect that a virtual environment must be created, pip installation/update/upgrade verified, requirements.txt installed and then ./run.sh should be run . Sequence would be something like this:

python3.11 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
./run.sh

@lc0rp lc0rp added documentation Improvements or additions to documentation good first issue Good for newcomers setup Issues with getting Auto-GPT setup on local machines labels May 17, 2023
@lc0rp lc0rp self-assigned this May 17, 2023
@lc0rp lc0rp added this to the v0.3.3 Release milestone May 17, 2023
@brucemeek
Copy link

brucemeek commented May 31, 2023

i made a pr for this Update setup.md #4497

@lc0rp lc0rp modified the milestones: v0.4.1 Release, v0.4.2 Release Jun 14, 2023
@lc0rp
Copy link
Contributor

lc0rp commented Jun 14, 2023

#4497 was closed. This is still in need of a PR.

@lc0rp lc0rp removed this from the v0.4.2 Release milestone Jun 14, 2023
@cyrus-hawk
Copy link
Contributor

@lc0rp could I work on this? 🤔

@github-actions
Copy link

github-actions bot commented Sep 6, 2023

This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.

@github-actions github-actions bot added the Stale label Sep 6, 2023
@github-actions
Copy link

This issue was closed automatically because it has been stale for 10 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers setup Issues with getting Auto-GPT setup on local machines Stale
Projects
None yet
Development

No branches or pull requests

4 participants