From 968033549fd72603fcd05eb4f236ceda9d421fd3 Mon Sep 17 00:00:00 2001 From: Adam Hines Date: Mon, 10 Jul 2023 10:07:21 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index fbd7083..2d764ac 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,6 @@ conda create -n vprtempo python pytorch torchvision torchaudio cpuonly opencv ma ```console conda create -n vprtempo -c conda-forge python opencv matplotlib alive-progress -c pytorch pytorch::pytorch torchvision torchaudio ``` -Once the environment has been created, activate it and download the repository. -```console -conda install pytorch::pytorch torchvision torchaudio opencv matplotlib alive-progress -c pytorch -``` ### Get the repository Activate the environment ```console