Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert installation instructions with pipx #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions pages/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,28 @@ sudo port install fpm
Fpm should be available and functional after those steps.


## {fab}`apple` {fab}`linux` pip package manager

[![PyPI](https://img.shields.io/pypi/v/fpm?label=pypi%20package)](https://pypi.org/project/fpm)
![PyPI - Downloads](https://img.shields.io/pypi/dm/fpm)

Fpm is available on [PyPI] and may be installed with [pipx] with:

```{code-block} bash
pipx install fpm
```

The use of [pipx] instead of `pip` allow managing automatically a dedicated virtual environement without potential clashes with the host operating system.

:::{note}
The `pipx` package manager can be installed from [sources](https://github.com/pypa/pipx)
or from the package manager of your distribution.
:::

[pipx]: https://github.com/pypa/pipx
[PyPI]: https://pypi.org/


## {fab}`apple` {fab}`linux` Conda package manager

[![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/fpm)](https://github.com/conda-forge/fpm-feedstock)
Expand Down
Loading