Installation Guide#

Supported Python Versions#

The Restcountries CLI requires Python 3.9+. The idea behind it is to be continuously updated, so it will support the latest versions of Python.

Installing Restcountries-cli#

You can install restcountries-cli and its dependencies from PyPI using pip:

pip install restcountries-cli

That’s all! You can also add it to your project using poetry or the package manager you prefer.