Skip to content

Introduction

priamai edited this page Aug 9, 2023 · 3 revisions

Welcome to the Stix-ORM documentation

Getting started

We suggest to use the STIX-ORM either via a Poetry or Pyenv setup.

Set up your database

Setup your TypeDB by following this instructions

Example with Pyenv

First create a virtual environment:

pyenv virtualenv 3.9.11 stixenv

Enable it locally:

pyenv local stixenv

Now install via pypi:

pip install stixorm

Clone this wiki locally