Commit 7288970 1 parent bf24bd5 commit 7288970 Copy full SHA for 7288970
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,21 @@ Installation
12
12
-------------
13
13
14
14
Download the source code:
15
+
15
16
::
16
17
$ git clone https://github.com/PGScatalog/pygscatalog.git
17
18
$ cd pygscatalog/pygscatalog.validate
18
19
19
20
Install the dependencies:
21
+
20
22
::
21
23
$ poetry install
22
24
23
25
Run with a virtual environment
24
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
27
26
28
Start a new local virtual envrironment:
29
+
27
30
::
28
31
$ poetry shell
29
32
$ pgscatalog-validate --help
@@ -32,14 +35,17 @@ Or install the package in the current environment
32
35
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
36
34
37
Build the wheel package:
38
+
35
39
::
36
40
$ poetry build
37
41
38
42
Install the built package in the current environment via pip:
43
+
39
44
::
40
45
$ pip install dist/pgscatalog_validate-0.1-py3-none-any.whl
41
46
42
47
Run
48
+
43
49
::
44
50
pgscatalog-validate --help
45
51
You can’t perform that action at this time.
0 commit comments