From 728eaff773db911b96c97961f919cc9704b948c8 Mon Sep 17 00:00:00 2001 From: timothycarambat <rambat1010@gmail.com> Date: Fri, 9 Jun 2023 11:23:53 -0700 Subject: [PATCH] fix typo --- collector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/README.md b/collector/README.md index fae3dd98c..eb46b2faa 100644 --- a/collector/README.md +++ b/collector/README.md @@ -17,7 +17,7 @@ _these resources are under development or require PR_ ### Setup This example will be using python3.9, but will work with 3.8+. Tested on MacOs. Untested on Windows -- install virtualenv for python3.8+ first before any other steps. `python3.9 -m pip install virutalenv` +- install virtualenv for python3.8+ first before any other steps. `python3.9 -m pip install virtualenv` - `cd collector` from root directory - `python3.9 -m virtualenv v-env` - `source v-env/bin/activate`