installation

using pip

The most easy way to install autotab is using pip

pip install autotab

installing a specific version

If you want to install a specific version of ai4water using pip, just specify the version as below

pip install autotab==0.12

using setup.py file

go to folder where repository is downloaded

python setup.py install

installation options

If you are interested in optimizing pipeline for deep learning models, you can choose to install tensorflow as well by using all option

pip install autotab[all]

The all option will install tensorflow 2.7 version along with autotab and h5py.