Update README with comprehensive PowerShell instructions for environment setup #1
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.
Overview
This PR completely overhauls the
README.mdfile in thesocial-media-sentiment-analysisfolder, transforming it from a mixed-syntax Indonesian document into a comprehensive, professional English guide with corrected PowerShell instructions.Changes Made
1. Quick Start Section
Added a new Quick Start section at the very beginning of the document that provides three simple commands for users who have already completed the full setup:
This makes it easy for returning users to launch JupyterLab without scrolling through the entire setup guide.
2. PowerShell Syntax Corrections
Replaced all Bash-like operators and syntax with proper PowerShell equivalents:
Before:
# Mixed or incorrect syntax command1 && command2After:
Key improvements:
if-elseblocks instead of&&or||operators-and,-or,-notTest-Pathfor file existence checks+operator`) for line continuation in multi-line commands3. Comprehensive 12-Step Setup Guide
Organized the setup process into 12 clear, sequential steps:
Each step includes:
4. SSL_CERT_FILE Resolution
Provides detailed instructions for fixing SSL certificate issues with both temporary and permanent solutions:
Includes verification commands to ensure the fix is working correctly.
5. Comprehensive Verification Sections
Added extensive verification to confirm successful setup:
6. Additional Resources
Added helpful sections for ongoing maintenance:
Impact
Before
&&and||operatorsAfter
Testing
✅ Verified all PowerShell syntax is correct (no Bash operators found)
✅ Confirmed all
if-elsestatements use proper PowerShell syntax✅ Validated all
Test-Pathcommands are properly formatted✅ Checked all environment variable operations use PowerShell syntax
Related Issues
Fixes the requirement to provide corrected PowerShell instructions for setting up the virtual environment, installing dependencies, fixing SSL_CERT_FILE issues, and running JupyterLab with a quick start block for easy access.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.