Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon authored Aug 14, 2024
1 parent 119da7f commit 8c1fa51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c1fa51

Please sign in to comment.