From 0f9e06cf9a976e971c80e4c1804f71024dc36942 Mon Sep 17 00:00:00 2001 From: Jelle Poland <65337813+jellepoland@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:44:50 +0200 Subject: [PATCH] Update README_dev.md --- README_dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_dev.md b/README_dev.md index eedcae8..fa53e62 100644 --- a/README_dev.md +++ b/README_dev.md @@ -124,7 +124,7 @@ Hi! Welcome to this Python Template, this `README_dev.md` contains instructions "matplotlib>=3.7.1" ] ``` -5. Add developer dependencies if you like +5. Add developer dependencies if you like, example: ```bash [project.optional-dependencies] dev = [ @@ -135,7 +135,7 @@ Hi! Welcome to this Python Template, this `README_dev.md` contains instructions ``` 7. Change the "source" URL ```bash - "Source" = "https://github.com/awegroup/" + "Source" = "" ``` 8. Optional, if you would like your users to ONLY install `.py` files within the `src/` directory and not the other files, you can remove the following lines: ```bash