diff --git a/README.md b/README.md index da92176..8bbcbe0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ This is the official repository for VIP, a self-supervised zero-shot visual rewa ## Installation + +``` +pip install git+https://github.com/facebookresearch/vip.git +``` + +## Installing Locally + Create a conda environment where the packages will be installed. ``` conda create --name vip python=3.9