Installation

Installing the latest version

pip install valaw

Installing a specific version

Note

For a list of all versions, see releases.

pip install valaw==1.2.3

Importing the library

To import the library, use the following code:

import valaw

If you want to import the library as a different name, use:

import valaw as v

Back to top of page