@@ -73,6 +73,9 @@ git clone https://github.com/aws-solutions-library-samples/accelerated-intellige
7373cd scripts
7474sh ./dev_setup.sh
7575
76+ ### To upgrade the python version run this on EC2 instance
77+ source /home/ec2-user/miniconda/bin/activate base
78+
7679# Step 4: Install Visual Studio Code on Local Machine
7780## 4.1 Visit the official website: Go to [ https://code.visualstudio.com/ ] ( https://code.visualstudio.com/ )
7881Download: Click the "Download for Windows" button
@@ -103,22 +106,22 @@ Host genai-idp-dev
1031063 . Select "genai-idp-dev"
1041074 . Open folder: /home/ec2-user/accelerated-intelligent-document-processing-on-aws
105108
106- # Step 5: Configure
107- For aws configure you need "access key" and "secret access key"
108- If you have one use that or create access key
109+ # Step 5: AWS Configure
110+ For aws configure you need "access key" and "secret access key"
111+ If you have one use that or create access key
1091121.In the AWS Console search bar, Click on "IAM" service
110- 2.In the left sidebar, click "Users"
113+ 2.In the left sidebar, click "Users"
111114- Find and click on your username
112115- Click on the "Security credentials" tab
113- - Scroll down to "Access keys" section
114- 3.Click "Create access key"
115- 4.Choose use case:
116+ - Scroll down to "Access keys" section
117+ 3.Click "Create access key"
118+ 4.Choose use case:
116119 - ** "Command Line Interface (CLI)"** - for development
117120 - ** "Local code"** - for applications
118- 5 . Click "Next"
119- 6 . Add description (optional): "Development Environment"
120- 7 . Click "Create access key"
121- 8.Click "Download .csv file" to save both keys
121+ 5 . Click "Next"
122+ 6 . Add description (optional): "Development Environment"
123+ 7 . Click "Create access key"
124+ 8 . Click "Download .csv file" to save both keys
122125
123126### In VScode Terminal run this script
124127aws configure
0 commit comments