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

16 lines
305 B
Markdown
Raw Normal View History

2020-01-15 00:15:13 +01:00
---
title: Using pip
---
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
2020-01-15 00:15:13 +01:00
{{< highlight Shell "linenos=table" >}}
# From pip as user
2020-01-15 00:15:13 +01:00
pip install ansible-later --user
# .. or as root
sudo pip install ansible-later
{{< /highlight >}}
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->