From e0b91c1b8869bf4454053cb939c09c0afdcccd12 Mon Sep 17 00:00:00 2001 From: Alessandro Cauduro Date: Sat, 11 Apr 2020 20:17:11 -0300 Subject: [PATCH] fixed an instruction for windows --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04b99dc..8372123 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Other versions might work, but I haven't tested them. ## Create an Anaconda environment and install requirements ``` -$ conda create -n faceit_live3 python=3.8 +$ conda create -n "faceit_live3" python=3.8 $ conda activate faceit_live3 $ conda install pytorch=1.4 torchvision=0.5 cudatoolkit=10.1 -c pytorch $ pip install -r requirements.txt @@ -71,7 +71,7 @@ Open Firefox and joing Google Hangout to test it, don't forget to choose the OBS ## Create an Anaconda environment and install requirements ``` -$ conda create -n faceit_live3 python=3.8 +$ conda create -n "faceit_live3" python=3.8 $ source activate faceit_live3 $ conda install pytorch=1.4 torchvision=0.5 cudatoolkit=10.1 -c pytorch $ pip install -r requirements.txt