Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Aug 28, 2023
1 parent 6119159 commit d11f6d7
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,41 +99,29 @@ Installation
------------

| Install gseapy package from bioconda or pypi.
| For

.. code:: shell
# if you have conda (MacOS_x86-64 and Linux only)
$ conda install -c bioconda gseapy
# or use pip to install the latest release
# Windows and MacOS_ARM64(M1/2-Chip)
$ pip install gseapy
| For `ARM-MacOS M1/2-Chip` users, Github build did not have a M1-runner for MacOS. you need do compile rust code by yourself
.. code:: shell
# install rust compiler
curl https://sh.rustup.rs -sSf | sh -s -- -y
# export rust compiler
export PATH="$PATH:$HOME/.cargo/bin"
# install gseapy
pip install gseapy
| You may instead want to use the development version from Github, by running
| If pip install failed, use
.. code:: shell
# you need to install rust first to compile the code
# rust: https://www.rust-lang.org/tools/install
curl https://sh.rustup.rs -sSf | sh -s -- -y
# export rust compiler
export PATH="$PATH:$HOME/.cargo/bin"
# install
$ pip install git+git://github.com/zqfang/gseapy.git#egg=gseapy
Dependency
--------------
* Python 3.7+
Expand Down

0 comments on commit d11f6d7

Please sign in to comment.