Skip to content

Commit

Permalink
Merge pull request #43 from mmore500/patch-1
Browse files Browse the repository at this point in the history
Show installation from pypi via pip in README
  • Loading branch information
TahiriNadia authored Jun 3, 2024
2 parents bc35e55 + c4d6e11 commit b93aad1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,17 @@
# ⚒️ Installation

## Linux UNIX & Windows versions
`aPhyloGeo` is available as a Python script.
`aPhyloGeo` is available as a Python package.

### Prerequisites
### Installation from PyPI via pip

`aPhyloGeo` can be installed directly from the Python Packaging Index,

```python3
python3 -m pip install aPhyloGeo
```

### Installation from Source via Poetry
This package use ```Poetry``` dependency management and packaging tool for Python. Poetry installation guide can be found here: [Poetry Install](https://python-poetry.org/docs/#installation)
⚠️ For windows installation it's recommended to launch powershell in **Administrator mode**.

Expand Down

0 comments on commit b93aad1

Please sign in to comment.