Installation

Requirements

For macOS Users, TensorFlow must be installed via Conda due to platform-specific requirements. This could be done by running the following

command in your terminal:

conda install tensorflow

This will automatically install the required version of TensorFlow along with its dependencies.

Installation from source

After cloning the repository, you can install PyVCHAM using pip. Open your terminal and navigate to the cloned directory, then run:

pip install .

Installation via pip

You can install PyVCHAM directly from PyPI using pip. Open your terminal and run:

pip install vcham

This will install the latest version of PyVCHAM along with its dependencies.