From 0bf6475a82d1b892b2eac5046b66adf0a24ae4ae Mon Sep 17 00:00:00 2001 From: Nomi Harris Date: Tue, 10 Feb 2026 17:24:28 -0800 Subject: [PATCH] Add notes about switch from cookiecutter to copier (that section of the tutorial still needs to be updated, but this PR at least reduces how much out-of-date info is shown) and also added note about poetry -> uv --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f92248..fa1ae23 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,8 @@ you could refer to the `step_5_validation` branch. For reference, the available sections are: ### Section 1: Setting up a LinkML project from scratch +## NOTE: this section is currently out of date. It needs to be revised to talk about [copier](https://github.com/linkml/linkml-project-copier) rather than cookiecutter. -![1-cookiecutter.jpg](tutorial_slides%2F1-cookiecutter.jpg) -![2-cookiecutter.jpg](tutorial_slides%2F2-cookiecutter.jpg) -![3-cookiecutter.jpg](tutorial_slides%2F3-cookiecutter.jpg) -![4-cookiecutter.jpg](tutorial_slides%2F4-cookiecutter.jpg) ![5-cookiecutter.jpg](tutorial_slides%2F5-cookiecutter.jpg) - [step_0_basic_project_creation](https://github.com/linkml/linkml-tutorial/tree/step_0_basic_project_creation) @@ -84,6 +81,7 @@ Use the `make` command to generate project artifacts: To validate, create a poetry virtual environment, install the dependencies of this tutorial, and then run the tests and/or linkml-validate. +### NOTE: we have switched to using uv rather than poetry (but poetry may still work). ```bash poetry install @@ -128,4 +126,5 @@ A link to a video tutorial is coming soon! ## Credits -this project was made with [linkml-project-cookiecutter](https://github.com/linkml/linkml-project-cookiecutter) +This project was made with linkml-project-cookiecutter (but we have now switched to recommending [linkml-project-copier](https://github.com/linkml/linkml-project-copier) +for setting up a new LinkML project).