From 97144aced1738a407f45453e268d7fc00bf37a04 Mon Sep 17 00:00:00 2001 From: Eddie Zhang <54998055+ezhang7423@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:03:16 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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