'autotrain' is not recognized as an internal or external command, operable program or batch file

I have created a conda environment by entering these commands from the readme on GitHub.

conda create -n autotrain python=3.10
conda activate autotrain
pip install autotrain-advanced
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
conda install -c "nvidia/label/cuda-12.1.0" cuda-nvcc

Once done, you can start the application using:

autotrain app --port 8080 --host 127.0.0.1

This is the error I am receiving, in the Anaconda Prompt run as administrator.
‘autotrain’ is not recognized as an internal or external command,
operable program or batch file.
image
Has anyone fixed this error I cannot figure out what I am doing wrong.
Running Windows, Ryzen 7 5800 CPU, 48GB RAM, RTX 3080 GPU.