Installation ============ Requirements: `Python `_ 3.8 or later is required. Releases are hosted on `PyPI `_ and can be installed using `pip `_:: $ pip install pyftpsync $ pyftpsync --version -v pyftpsync/4.0.0-a4 Python/3.9.12 macOS-12.4-arm64-arm-64bit, Python: /path/virtualenvs/pyftpsync-Bl7Oc59w/bin/python .. note:: MS Windows users that only need the command line interface may prefer the `MSI installer `_ or install using the Windows Package Manager:: > winget install pyftpsync Now the ``pyftpsync`` command is available:: $ pyftpsync --help and the ``ftpsync`` package can be used in Python code:: $ python >>> from ftpsync import __version__ >>> __version__ '2.0.0'