Skip to content

Commit bca612d

Browse files
authored
Merge pull request #176 from MoseleyBioinformaticsLab/erikhuck-patch-1
Update README.rst
2 parents afa872b + 52d05e8 commit bca612d

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

README.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,22 @@ Requires python 3.8 and above.
1616
Install on Linux, Mac OS X
1717
~~~~~~~~~~~~~~~~~~~~~~~~~~
1818
.. parsed-literal::
19-
2019
python3 -m pip install kegg-pull
2120
2221
Install on Windows
2322
~~~~~~~~~~~~~~~~~~
2423
.. parsed-literal::
2524
py -3 -m pip install kegg-pull
2625
26+
**Note:** If ``py`` is not installed on Windows (e.g. Python was installed via the Windows store rather than from the official Python website), the installation command is the same as Linux and Mac OS X.
27+
28+
**Note:** If the ``kegg_pull`` console script is not found on Windows, the CLI can be used via ``python3 -m kegg_pull`` or ``py -3 -m kegg_pull`` or ``path\to\console\script\kegg_pull.exe``. Alternatively, the directory where the console script is located can be added to the Path environment variable. For example, the console script may be installed at:
29+
30+
.. parsed-literal::
31+
c:\\users\\<username>\\appdata\\local\\programs\\python\\python310\\Scripts\\
32+
33+
PyPi
34+
~~~~
2735
See our PyPi page `here <https://pypi.org/project/kegg-pull/>`__.
2836

2937
Questions, Feature Requests, and Bug Reports
@@ -50,5 +58,12 @@ You can clone the repository via:
5058
5159
Once you have a copy of the source, you can embed it in your own Python package, or install it into your system site-packages easily:
5260

61+
Linux, Mac OS X
62+
~~~~~~~~~~~~~~~
5363
.. parsed-literal::
5464
python3 setup.py install
65+
66+
Windows
67+
~~~~~~~
68+
.. parsed-literal::
69+
py -3 setup.py install

0 commit comments

Comments
 (0)