File tree Expand file tree Collapse file tree 2 files changed +30
-10
lines changed Expand file tree Collapse file tree 2 files changed +30
-10
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,21 @@ Installation
2929
3030The following packages are required to run PyPGx:
3131
32- .. parsed-literal ::
33-
34- fuc
35- openjdk
36- scikit-learn
32+ .. list-table :: Dependencies and their availability in Anaconda and PyPI
33+ :header-rows: 1
34+
35+ * - Package
36+ - Anaconda
37+ - PyPI
38+ * - ``fuc ``
39+ - ✅
40+ - ✅
41+ * - ``scikit-learn ``
42+ - ✅
43+ - ✅
44+ * - ``openjdk ``
45+ - ✅
46+ - ❌
3747
3848There are various ways you can install PyPGx. The recommended way is via conda (`Anaconda <https://www.anaconda.com/ >`__):
3949
Original file line number Diff line number Diff line change 5656
5757The following packages are required to run PyPGx:
5858
59- .. parsed-literal::
60-
61- fuc
62- openjdk
63- scikit-learn
59+ .. list-table:: Dependencies and their availability in Anaconda and PyPI
60+ :header-rows: 1
61+
62+ * - Package
63+ - Anaconda
64+ - PyPI
65+ * - ``fuc``
66+ - ✅
67+ - ✅
68+ * - ``scikit-learn``
69+ - ✅
70+ - ✅
71+ * - ``openjdk``
72+ - ✅
73+ - ❌
6474
6575There are various ways you can install PyPGx. The recommended way is via conda (`Anaconda <https://www.anaconda.com/>`__):
6676
You can’t perform that action at this time.
0 commit comments