Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
πŸ“ Homogenize docs
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 15, 2024
1 parent 6c4c3e0 commit d1dcfa2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions findrefs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
This schema module provides a single registry `Reference` to store references to studies, reports, papers, blog posts, preprints.
Install the package::
Install and mount `findrefs` in a new instance:
pip install findrefs
>>> pip install findrefs
>>> lamin init --storage ./test-findrefs --schema findrefs
Import the package::
Import the package:
import findrefs as frefs
>>> import findrefs as frefs
The `Reference` registry:
Expand Down

0 comments on commit d1dcfa2

Please sign in to comment.