Skip to content

Commit 7288970

Browse files
committed
fix validate docs build
1 parent bf24bd5 commit 7288970

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/how-to/guides/validate.rst

+6
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,21 @@ Installation
1212
-------------
1313

1414
Download the source code:
15+
1516
::
1617
$ git clone https://github.com/PGScatalog/pygscatalog.git
1718
$ cd pygscatalog/pygscatalog.validate
1819

1920
Install the dependencies:
21+
2022
::
2123
$ poetry install
2224

2325
Run with a virtual environment
2426
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2527

2628
Start a new local virtual envrironment:
29+
2730
::
2831
$ poetry shell
2932
$ pgscatalog-validate --help
@@ -32,14 +35,17 @@ Or install the package in the current environment
3235
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3336

3437
Build the wheel package:
38+
3539
::
3640
$ poetry build
3741

3842
Install the built package in the current environment via pip:
43+
3944
::
4045
$ pip install dist/pgscatalog_validate-0.1-py3-none-any.whl
4146

4247
Run
48+
4349
::
4450
pgscatalog-validate --help
4551

0 commit comments

Comments
 (0)