Skip to content

Commit

Permalink
Windows Install - Comming Soon
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Dec 21, 2024
1 parent 923eb59 commit 8f09826
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# :rocket: An Implementation of MeTTa designed to run on the Warren Abstract Machine (WAM)

## Quick Links
- [https://github.com/trueagi-io/metta-wam/](https://github.com/trueagi-io/metta-wam/) Install MeTTaLog
- [https://github.com/logicmoo/metta-wam/](https://github.com/logicmoo/metta-wam/) Interpeter/Compiler Devel
- [https://github.com/logicmoo/metta-testsuite/](https://github.com/logicmoo/metta-testsuite/) Testing Suite
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Running MeTTaLog](#neckbeard-running-mettalog)
Expand All @@ -11,23 +14,20 @@
- [Testing Readme](https://github.com/logicmoo/metta-testsuite/blob/development/tests/README.md) and [Result Links](https://github.com/logicmoo/metta-testsuite/blob/development/reports/TEST_LINKS.md)
- [Overview Documentation](https://github.com/trueagi-io/metta-wam/blob/master/docs/OVERVIEW.md).

Repos:
- [https://github.com/trueagi-io/metta-wam/](https://github.com/trueagi-io/metta-wam/) Install Interpeter/Compiler
- [https://github.com/logicmoo/metta-wam/](https://github.com/logicmoo/metta-wam/) Interpeter/Compiler Nightly
- [https://github.com/logicmoo/metta-testsuite/](https://github.com/logicmoo/metta-testsuite/) Test Suite


## Getting Started

### :gear: Installation

_Before you get started make sure `pip` and `venv` are working good._


Linux/WSL/OS X
Clone and set up MeTTaLog with the following commands:
```
git clone https://github.com/trueagi-io/metta-wam
cd metta-wam
source ./INSTALL.sh # Follow the default prompts
source ./INSTALL.sh --allow-system-modifications # Follow the default prompts
```
#### The INSTALL.sh script handles the installation of essential components and updates:
- Ensures Python's `pip` is installed or installs it.
Expand All @@ -43,6 +43,9 @@ source ./INSTALL.sh # Follow the default prompts

**Note**: Running this script modifies software configurations and installs packages. Ensure you're prepared for these changes.

Windows Install - Comming Soon


## :whale: Running MeTTaLog with Docker

<details>
Expand Down

0 comments on commit 8f09826

Please sign in to comment.