From 13b1f2c799ee80b1fba57bd67c9db393bd827c9a Mon Sep 17 00:00:00 2001 From: Dmitrii Torbunov Date: Tue, 2 May 2023 10:27:10 -0400 Subject: [PATCH] README: Add instructions on env activation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index efcf359..57c1c58 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,11 @@ environment can be constructed with `conda` conda env create -f contrib/conda_env.yaml ``` +The created conda environment can be activated with +```bash +conda activate uvcgan2 +``` + ## Installation To install the `uvcgan2` package one can simply run the following command