Installation

To start using pyworldatlas, follow these simple steps to get the package installed on your system.

Requirements

  • Python 3.8+ is required to run pyworldatlas.

  • For maximum performance, Python 3.9 is recommended.

Installing pyworldatlas

To install pyworldatlas, simply run the following command using pip:

pip install pyworldatlas

This will automatically install pyworldatlas and make it available for use in your Python environment.

Verifying Installation

To verify that pyworldatlas has been successfully installed, you can check the version using the command line:

pyworldatlas --version

Alternatively, you can verify it in your Python interpreter:

import pyworldatlas

print(pyworldatlas.__version__)

Either method should display the current version of pyworldatlas, confirming that the installation was successful.

Next Steps

Once installed, proceed to the Getting Started guide to learn how to use pyworldatlas.