From 507f359f9521472696e2a682f73a388e2cb67584 Mon Sep 17 00:00:00 2001 From: Carsten Behring Date: Wed, 22 May 2024 15:44:54 +0200 Subject: [PATCH] refert to devcontainer template --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f1259..45098e7 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ Installing R with Rserve on MacOS can be problematic due to issues related to op ### Docker image + + Thanks to Carsten Behring we have a Docker template prepared https://github.com/behrica/clj-py-r-template @@ -94,7 +96,8 @@ The Dockerfile of the template adds as well python + libpython-clj for completen So it has in a single place all dependencies and they do work together and no further setup is required. -There is as well a `devcontainer` setup in this GitHub [template](https://github.com/behrica/clojure-datascience-devcontainer). It provides as well an out-of-the box working environment and template for projects using ClojisR (and [libpythion-clj](https://github.com/clj-python/libpython-clj) +### devcontainer +The scicloj community is maintaining a `devcontainer` [template](https://github.com/scicloj/devcontainer-templates/tree/main/src/scicloj) on which `clojisr` is known to work out of the box. ## Checking if it works