### Install aioshutil Source: https://pypi.org/project/aioshutil Install the aioshutil package using pip. This is the standard way to add the library to your Python environment. ```bash pip install aioshutil ``` -------------------------------- ### Basic Usage of rmtree Source: https://pypi.org/project/aioshutil Demonstrates how to use the asynchronous rmtree function from aioshutil to remove a directory. Ensure you have imported the function and are using it within an async context. ```python from aioshutil import rmtree await rmtree("/tmp") ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.