diff --git a/.config/dictionary.txt b/.config/dictionary.txt index 87c65da8..8c1e86dc 100644 --- a/.config/dictionary.txt +++ b/.config/dictionary.txt @@ -1,3 +1,4 @@ devel libera testenv +Uninstallation diff --git a/docs/index.md b/docs/index.md index 2fb11271..7701187f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,7 +36,7 @@ The curated list of tools installed as part of the Ansible Development Tools inc ## Getting started -To get started, please follow the [installation](installation.md) steps to get ADT setup and jump into [Getting Started](getting-started.md) guide for details. +To get started, please follow the [installation](installation.md) steps to get ADT setup and jump into [Getting Started](getting-started.md) guide for more details. ## Community diff --git a/docs/installation.md b/docs/installation.md index ac437bbb..4548f7ee 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,6 +12,34 @@ hide: `pip install ansible-dev-tools` +Once installation is completed, visit [Getting Started](getting-started.md) guide for more details about ADT usage. + +### Latest Releases + +- GitHub + Visit the [ADT GitHub releases page](https://github.com/ansible/ansible-dev-tools/releases) to view the latest releases. Each release includes detailed release notes outlining new features, improvements, and bug fixes. + +- PyPI + The [PyPI page for ADT](https://pypi.org/project/ansible-dev-tools/) provides information on the latest stable release and allows you to download specific versions of the package. + +## Upgrade + +To upgrade ADT to the latest version, you can use the following pip command: + +`pip install --upgrade ansible-dev-tools` + +## Downgrade + +If needed, you can downgrade ADT to a specific version using the following pip command: + +`pip install ansible-dev-tools==desired-version` + +## Uninstallation + +If you need to uninstall ADT, you can use the following pip command: + +`pip uninstall ansible-dev-tools` + ## Usage In addition to installing each of the above tools, `ansible-dev-tools` provides an easy way to show the versions of the content creation tools that make up the current development environment.