From ef0384d6ff753d5b3e8cf53fdb1a0043b878d59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 13 Apr 2023 16:23:02 +0200 Subject: [PATCH] ci: fix tutor version in installation instructions --- changelog.d/scriv/github_release.md.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/scriv/github_release.md.j2 b/changelog.d/scriv/github_release.md.j2 index 9f07e98..66e48b3 100644 --- a/changelog.d/scriv/github_release.md.j2 +++ b/changelog.d/scriv/github_release.md.j2 @@ -1,6 +1,6 @@ Install this version from pip with: - pip install "tutor[full]=={{ version }}" + pip install "tutor[full]=={{ version[1:] }}" Or download the compiled binaries: