From 90b3b1eac9dc710ece3880c74c22dd44f024c982 Mon Sep 17 00:00:00 2001 From: Evan Ray Date: Wed, 9 Oct 2024 12:39:07 -0400 Subject: [PATCH] Add closing tics to bash environment in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index daaaa8b..23f5e40 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ To add or remove a project dependency: # alternately, you can use uv to install the dependencies: it is faster and has a # a handy sync option that will cleanup unused dependencies uv pip sync requirements/requirements-dev.txt + ``` ## Opinionated notes on Python tooling