Skip to content

Commit be1d399

Browse files
Update file Developer Environment Guide for Linux.md
1 parent a0ead03 commit be1d399

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

docs/Developer Environment Guide for Linux.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ git clone https://github.com/aws-solutions-library-samples/accelerated-intellige
7373
cd scripts
7474
sh ./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/)
7881
Download: Click the "Download for Windows" button
@@ -103,22 +106,22 @@ Host genai-idp-dev
103106
3. Select "genai-idp-dev"
104107
4. 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
109112
1.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
124127
aws configure

0 commit comments

Comments
 (0)