Conda install -c anaconda py -xgboost

i run above command for installing xgboost and i get the following error:
conda-script.py: error: unrecognized arguments: -xgboost

I download xgboost but i don’t know where i must be past it that anaconda knows it. Please help me.

Thanks

Try:

conda install -c conda-forge py-xgboost