Installation

You can install the latest stable release of the package at PyPI using pip:

1pip install utdf2gmns

By running the command above, the utdf2gmns package along with required dependency packages (pandas, pyufunc) will be installed to your computer (if they have not been installed yet).

Note

You can also choose to install packages based on your needs. Below are the optional dependencies that can be included during installation.

1pip install utdf2gmns[base]
1pip install utdf2gmns[test]  # including test dependencies (pytest, coverage)
1pip install utdf2gmns[all]  # including all optional dependencies, including test dependencies and visualization dependencies (matplotlib, keplergl)

⚡⚡If you don’t know what’s best for your, the default Installation should work for most users.

⚡⚡By the way, the utdf2gmns package will also install the required dependencies automatically when you run functions that require them.