From be72a176e4091f23f67a5ecec3f77882bc6adb0e Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Fri, 8 Mar 2024 14:48:01 +0100 Subject: [PATCH] Make code snippet copy&pastable This adds a copy button next to the code snippet on the github page. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9da3ee57..eb148589 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,9 @@ if you found this work useful, please cite: [preprint](https://www.biorxiv.org/c NanoPyx is also available as a napari plugin, which can be installed via pip: -```pip install napari-nanopyx``` +``` +pip install napari-nanopyx +``` ## Installation