From 0f700d9b41228f7bde89ad4ae76346a2603901e6 Mon Sep 17 00:00:00 2001 From: meichuanyi Date: Sat, 20 Jun 2026 08:34:46 +0800 Subject: [PATCH] docs: fix typo in setup guide Signed-off-by: meichuanyi --- setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.md b/setup.md index 8ce2c8e..90244c1 100644 --- a/setup.md +++ b/setup.md @@ -18,7 +18,7 @@ brew install python (if you want to install via homebrew) Metta uses Python 2.7 sudo easy_install pip ``` -Set up a virtual python enviroment in the repo folder +Set up a virtual python environment in the repo folder ref: http://docs.python-guide.org/en/latest/dev/virtualenvs/ ``` pip install --user pipenv