How to install

To install BioMetAll we provide two different options.

1 - You can donwload a standalone executable that you can run in your terminal (Linux/macOS) or command prompt (Win10).

2 - You can install it through the PyPi repository.

Standalone executable

1 - Download the executable for your Operating System (BioMetAll v1.0):

  • Linux. Tested on Ubuntu 18.04, 20.04 and 22.04.
  • macOS. Tested on macOS 10.15 Catalina.
  • Windows 10. Tested on Windows 10.

Tip

This executables have been created with PyInstaller and have been tested on the indicated operating systems. If the executable doesn’t work in your specific distribution, it may be due to the lack of some operating system libraries. If that happens, we recommend installing the BioMetAll package from the PyPi repository (see below).

PyPi repository

To install BioMetAll from the PyPi repository, you should type in your terminal (Linux/macOS) or command prompt (Win10):

pip install biometall

Tip

To install packages from the PyPi repository, you must have Python >=3.5 and pip installed in your computer. An expanded explanation of the requirements for installing PyPi packages can be found here.

OS Compatibility

BioMetAll is compatible with Linux, macOS and Windows 10.

If you find some difficulties when installing it in a concrete distribution, please use the issues page to report them.