ansible-later/docs/content/setup/pip.md

13 lines
200 B
Markdown
Raw Normal View History

2020-01-15 00:15:13 +01:00
---
title: Using pip
---
{{< highlight Shell "linenos=table" >}}
# From internal pip repo as user
pip install ansible-later --user
# .. or as root
sudo pip install ansible-later
{{< /highlight >}}