Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.15 KB

Hyperon DAS

A data manipulation API for Distributed Atomspace (DAS). It allows queries with pattern matching capabilities and traversal of the Atomspace hypergraph.

Installation

Before you start, make sure you have Python >= 3.10 and Pip installed on your system.

This package is deployed on Pypi. If you want, you can install using the pip command

pip install hyperon-das

Build and Install

You can also build the package locally by running the following command from the project root:

make build

This will generate the binaries for all components in the das/src/bin directory, including the wheel for the hyperon-das.

Optionally, you can activate a virtual environment using venv or any other tool to create a Python virtual environment:

python3 -m venv env

To activate the virtual environment:

source env/bin/activate

After activating the virtual environment, you can install the package using the following command:

pip install src/bin/hyperon_das_atomdb-0.8.11-py3-none-any.whl