Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit 2f36b69

Browse files
author
Kari Stromsland
authored
Merge pull request #109 from hmkim/patch-1
Update install-v3-after-install.md
2 parents 9d4d582 + a3663d4 commit 2f36b69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc_source/install-v3-after-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ You can verify that AWS ParallelCluster installed correctly by running [`pcluste
55
```
66
$ pcluster version
77
{
8-
"version": "3.2.0"
8+
"version": "3.2.1"
99
}
1010
```
1111

12-
AWS ParallelCluster is updated regularly\. To update to the latest version of AWS ParallelCluster, run the installation command again\. For more information about the latest version of AWS ParallelCluster, see the [AWS ParallelCluster release notes](https://github.com/aws/aws-parallelcluster/blob/v3.1.1/CHANGELOG.md)\.
12+
AWS ParallelCluster is updated regularly\. To update to the latest version of AWS ParallelCluster, run the installation command again\. For more information about the latest version of AWS ParallelCluster, see the [AWS ParallelCluster release notes](https://github.com/aws/aws-parallelcluster/blob/v3.2.1/CHANGELOG.md)\.
1313

1414
```
1515
$ pip3 install aws-parallelcluster --upgrade --user
@@ -21,4 +21,4 @@ To uninstall AWS ParallelCluster, use `pip3 uninstall`\.
2121
$ pip3 uninstall aws-parallelcluster
2222
```
2323

24-
If you don't have Python and `pip3`, use the procedure for your environment\.
24+
If you don't have Python and `pip3`, use the procedure for your environment\.

0 commit comments

Comments
 (0)