Installation Guide ================== This guide will help you install the necessary software and dependencies for the project. Prerequisites ------------- Before you begin, ensure you have met the following requirements: - You have a Windows/Linux/Mac machine. - You have Python 3.6 or higher installed. Steps ----- 1. **Install the package:** Open your terminal and run one of the following commands based on your preferred method: **Using pip:** .. code-block:: bash pip install image-transformer **Using conda:** .. code-block:: bash conda install -c conda-forge image-transformer **Cloning the repository:** .. code-block:: bash git clone https://github.com/raideno/image-transformer.git 2. **Enjoy:** The package can be used either through cli commands or directly in a python program just like any other library. For more details, visit the `GitHub page <https://github.com/raideno/image-transformer>`_. Troubleshooting --------------- If you encounter any issues during installation, please refer to the project's README file or open an issue on the project's `GitHub page <https://github.com/raideno/image-transformer>`_.