Mention of conda create env wouldn't hurt

It may be obvious, but I think it wouldn’t hurt to mention in Getting Started:
conda create -n pytorch
source activate pytorch

Thanks
G.

we dont need a separate env for pytorch, so we didn’t mention it. If the user wants a separate env, then its up to them.