Skip to content

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 8323e22 commit 0e22a39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clinicore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"""Basic clinical entities [`source <https://github.com/laminlabs/clinicore/blob/main/clinicore/models.py>`__].
Install the module and mount it in a new instance:
Install and mount `clinicore` in a new instance:
>>> pip install clinicore
>>> lamin init --storage ./test-wetlab --schema bionty,clinicore
>>> lamin init --storage ./test-clinicore --schema bionty,clinicore
Import the package::
Import the package:
import clinicore as cc
>>> import clinicore as cc
Registries:
Expand Down

0 comments on commit 0e22a39

Please sign in to comment.