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

Update install-v3-after-install.md #109

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc_source/install-v3-after-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ You can verify that AWS ParallelCluster installed correctly by running [`pcluste
```
$ pcluster version
{
"version": "3.2.0"
"version": "3.2.1"
}
```

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)\.
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)\.

```
$ pip3 install aws-parallelcluster --upgrade --user
Expand All @@ -21,4 +21,4 @@ To uninstall AWS ParallelCluster, use `pip3 uninstall`\.
$ pip3 uninstall aws-parallelcluster
```

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