Skip to content

Installation

Prerequisites

Before installing IFTG, ensure you have Python 3.10 or later installed on your system. You can download the latest version of Python from the official Python website.

Installation Steps

1. Install Using pip

The easiest way to install IFTG is via pip, the Python package installer. Open a terminal or command prompt and run the following command:

pip install iftg

2 Verify the Installation

To verify that IFTG has been installed correctly, you can check the installed package version. Run the following command:

pip show iftg

This should display information about the IFTG package, including its version number.

3. Troubleshooting

If you encounter issues during installation, consider the following steps:

  • Upgrade pip: Ensure you have the latest version of pip installed:
    pip install --upgrade pip
    
  • Check Python Version: Ensure you are using Python 3.10 or later.

  • Review Error Messages: Carefully read any error messages during installation. They may provide hints about missing dependencies or other issues.

Additional Resources

For further assistance, feel free to open an issue on the GitHub repository or contact support.