Skip to content

Commit 48f514e

Browse files
committed
Update README.rst
1 parent 1071ee1 commit 48f514e

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed

README.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,21 @@ Installation
2929

3030
The 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

3848
There are various ways you can install PyPGx. The recommended way is via conda (`Anaconda <https://www.anaconda.com/>`__):
3949

docs/create.py

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,21 @@
5656
5757
The 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
6575
There are various ways you can install PyPGx. The recommended way is via conda (`Anaconda <https://www.anaconda.com/>`__):
6676

0 commit comments

Comments
 (0)