Skip to content

Commit a58c3ae

Browse files
authored
Insert installation instructions with pipx
1 parent 4a810c2 commit a58c3ae

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pages/install/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,28 @@ sudo port install fpm
102102
Fpm should be available and functional after those steps.
103103

104104

105+
## {fab}`apple` {fab}`linux` pip package manager
106+
107+
[![PyPI](https://img.shields.io/pypi/v/fpm?label=pypi%20package)](https://pypi.org/project/fpm)
108+
![PyPI - Downloads](https://img.shields.io/pypi/dm/fpm)
109+
110+
Fpm is available on [PyPI] and may be installed with [pipx] with:
111+
112+
```{code-block} bash
113+
pipx install fpm
114+
```
115+
116+
The use of [pipx] instead of `pip` allow managing automatically a dedicated virtual environement without potential clashes with the host operating system.
117+
118+
:::{note}
119+
The `pipx` package manager can be installed from [sources](https://github.com/pypa/pipx)
120+
or from the package manager of your distribution.
121+
:::
122+
123+
[pipx]: https://github.com/pypa/pipx
124+
[PyPI]: https://pypi.org/
125+
126+
105127
## {fab}`apple` {fab}`linux` Conda package manager
106128

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

0 commit comments

Comments
 (0)