From 8c1fa5184122cf72c73baba6cc6403e37993d023 Mon Sep 17 00:00:00 2001 From: "Douglas R. Miles" Date: Wed, 14 Aug 2024 07:35:42 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ca4dbcbcd9..53073b04b30 100755 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ See [Tests](tests/) for MeTTa as well as [Results](reports/TEST_LINKS.md) ## :package: Getting Started ### :toolbox: Installation + +_Before you get started make sure `pip` and `venv` are working good._ + Clone and set up MeTTaLog with the following commands: ``` git clone https://github.com/trueagi-io/metta-wam - cd metta-wam -. scripts/ensure_venv # ensures we are runing in a python venv +. scripts/ensure_venv # ensures we are running in a python venv pip install ansi2html # needed for running tests pip install hyperon # needed for running tests pip install junit2html # needed for test report generation