Installation

To install WWINPy, ensure you have Python 3.8 or later installed. Then, use pip:

pip install wwinpy

Upgrading to the Latest Version

If you already have WWINPy installed and want to upgrade to the latest version, follow these steps:

  1. Clear the pip cache (recommended for ensuring a clean installation):

    pip cache purge
    
  2. Upgrade to the latest version of WWINPy:

    pip install --upgrade wwinpy
    
  3. Verify the installed version:

    pip show wwinpy
    

    This command will display the package information, including the currently installed version. Ensure it matches the latest version available on PyPI.