Skip to content

Commit

Permalink
bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Doerr committed Sep 26, 2024
1 parent 92b08bd commit 0c9767e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,29 @@ mamba install -c conda-forge -c bioconda panacus
### From binary release
#### Linux x86\_64
```shell
wget --no-check-certificate -c https://github.com/marschall-lab/panacus/releases/download/0.2.3/panacus-0.2.3_linux_x86_64.tar.gz
tar -xzvf panacus-0.2.3_linux_x86_64.tar.gz
wget --no-check-certificate -c https://github.com/marschall-lab/panacus/releases/download/0.2.4/panacus-0.2.4_linux_x86_64.tar.gz
tar -xzvf panacus-0.2.4_linux_x86_64.tar.gz

# install the Python libraries necessary for panacus-visualize
pip install --user matplotlib numpy pandas scikit-learn scipy seaborn

# suggestion: add tool to path in your ~/.bashrc
export PATH="$(readlink -f panacus-0.2.3_linux_x86_64/bin)":$PATH
export PATH="$(readlink -f panacus-0.2.4_linux_x86_64/bin)":$PATH

# you are ready to go!
panacus --help
```

#### Mac OSX arm64
```shell
wget --no-check-certificate -c https://github.com/marschall-lab/panacus/releases/download/0.2.3/panacus-0.2.3_macos_arm64.tar.gz
tar -xzvf panacus-0.2.3_macos_arm64.tar.gz
wget --no-check-certificate -c https://github.com/marschall-lab/panacus/releases/download/0.2.4/panacus-0.2.4_macos_arm64.tar.gz
tar -xzvf panacus-0.2.4_macos_arm64.tar.gz

# install the Python libraries necessary for panacus-visualize
pip install --user matplotlib numpy pandas scikit-learn scipy seaborn

# suggestion: add tool to path in your ~/.bashrc
export PATH="$(readlink -f panacus-0.2.3_macos_arm64/bin)":$PATH
export PATH="$(readlink -f panacus-0.2.4_macos_arm64/bin)":$PATH

# you are ready to go!
panacus --help
Expand Down

0 comments on commit 0c9767e

Please sign in to comment.