How to create anaconda environment

If you want to create environment named “myenv"

conda create myenv

That’s it!