docs: improve environment setup clarity for new contributors#588
Closed
Kira714 wants to merge 2 commits intoaden-hive:mainfrom
Closed
docs: improve environment setup clarity for new contributors#588Kira714 wants to merge 2 commits intoaden-hive:mainfrom
Kira714 wants to merge 2 commits intoaden-hive:mainfrom
Conversation
Addresses aden-hive#552 - Clarify environment setup prerequisites and PYTHONPATH usage Changes: - Add Prerequisites section with OS compatibility table upfront - Clarify that Claude Code CLI and Docker are optional - Add virtual environment setup instructions (required on Ubuntu 24.04+) - Move PYTHONPATH explanation earlier to prevent confusion - Add Windows-specific setup notes with PowerShell examples - Clarify manual agent creation as alternative to Claude Code - Fix hardcoded path in troubleshooting section Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
79023a6 to
7e21291
Compare
PR Closed - Requirements Not MetThis PR has been automatically closed because it doesn't meet the requirements. PR Author: @Kira714 To fix:
Why is this required? See #472 for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #552
I went through the setup process myself and hit the same pain points mentioned in the issue. This PR reorganizes ENVIRONMENT_SETUP.md to be friendlier for first-time contributors.
Changes
Test plan
Generated with Claude Code