From 8e95e755fdcb46d69083a82ae0678a2ddac514eb Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Sun, 13 Oct 2024 11:16:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20installation=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- findrefs/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/findrefs/__init__.py b/findrefs/__init__.py index 0b6b612..16112c4 100644 --- a/findrefs/__init__.py +++ b/findrefs/__init__.py @@ -2,6 +2,10 @@ This schema module provides a single registry `Reference` to store references to studies, reports, papers, blog posts, preprints. +Install the package:: + + pip install findrefs + Import the package:: import findrefs as frefs