Compilation PyTorch

Please tell me how to compile PyTorch in Google Colab, and then install it in Anaconda 3 on my computer?

pip install torch torchvision

I assume google colab coes with pytorch installed if not u can just install it with !pip install torch torchvision in jupyter notebook cell