You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments