Tensorflow Decision Trees module in anacoda

I cannot install TensorFlow Decision Trees module in anaconda!! Any ideas ???
I tried:

conda install tensorflow_decision_forests

@Hansel_Gavin_Dias,

Welcome to the Tensorflow Forum!

Anaconda does not have tensorflow_decision_forests package.

Install TensorFlow Decision Forests by running:

pip3 install tensorflow_decision_forests --upgrade

See the installation page for more details, troubleshooting and alternative installation solutions.

Thank you!