Installation§

Wearipedia can be installed on virtually any computer with Python.

Install Wearipedia§

You can easily install Wearipedia by using the pip command.

pip install wearipedia

Verify Installation§

To verify that Wearipedia is installed correctly, navigate to the directory where you wish to create your project and type the following command into a terminal:

wearipedia --help

If you see a list of Wearipedia commands, as shown, below, your installation was successful.

wearipedia help

Upgrade to the Latest Version§

To upgrade to the latest official version of Wearipedia, use the following command:

pip install wearipedia --upgrade

Questions§

If you have a question about installation, please open an issue on the Wearipedia GitHub repository.