Skip to content

Tiny pixi workspace for developing GETTSIM. Includes ttsim, gettsim, gettsim-personas, and soep-preparation.

Notifications You must be signed in to change notification settings

ttsim-dev/dev-gettsim

Repository files navigation

dev-gettsim Pixi workspace

This directory contains a Pixi-based workspace that ties together the following projects:

The workspace is configured via pyproject.toml and uses Pixi for environment management.

Clone all repositories (SSH, copy-paste)

Run the following in an empty directory where you want to keep the workspace (for example, this dev-gettsim directory):

git clone git@github.com:ttsim-dev/ttsim.git
git clone git@github.com:ttsim-dev/gettsim.git
git clone git@github.com:ttsim-dev/gettsim-personas.git
git clone git@github.com:ttsim-dev/soep-preparation.git

After cloning, your layout should look like:

dev-gettsim/
  pyproject.toml
  README.md
  ttsim/
  gettsim/
  gettsim-personas/
  soep-preparation/

Using Pixi

  1. Install the environment

    pixi install
  2. Use the workspace

    For example, to start a Python REPL inside the Pixi environment:

    pixi run python

    Or to run a one-off check that the main packages import correctly (after cloning them):

    pixi run python -c "import ttsim, gettsim"

About

Tiny pixi workspace for developing GETTSIM. Includes ttsim, gettsim, gettsim-personas, and soep-preparation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published