File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ cd arm-linux-migration-tools
152152sudo ./scripts/install.sh
153153```
154154
155- After successful installation, you can remove the downloaded files:
155+ After successful installation, remove the downloaded files:
156156
157157``` bash
158158cd ..
@@ -200,7 +200,7 @@ The install script:
200200- Sets up the Python virtual environment with the built dependencies
201201- Configures permissions for all installed components
202202
203- After successful installation, you can clean up the build directory:
203+ After successful installation, clean up the build directory:
204204
205205``` bash
206206cd ..
@@ -227,13 +227,13 @@ ls /usr/local/bin/ | grep -E "(sysreport|skopeo|llvm-mca|topdown-tool|kubearchin
227227
228228A Python virtual environment is located at ` /opt/arm-migration-tools/venv/ ` and contains all Python packages required by the migration tools.
229229
230- The wrapper scripts in ` /usr/local/bin ` use this environment automatically, but you can activate it with :
230+ The wrapper scripts in ` /usr/local/bin ` use this environment automatically. To activate it manually :
231231
232232``` bash
233233source /opt/arm-migration-tools/venv/bin/activate
234234```
235235
236- You can view the installed Python packages in the virtual environment:
236+ View the installed Python packages in the virtual environment:
237237
238238``` bash
239239/opt/arm-migration-tools/venv/bin/pip list
You can’t perform that action at this time.
0 commit comments