mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-16 10:00:39 +00:00
18 lines
364 B
Markdown
18 lines
364 B
Markdown
---
|
|
title: Using pip
|
|
---
|
|
|
|
<!-- prettier-ignore-start -->
|
|
<!-- markdownlint-disable -->
|
|
<!-- spellchecker-disable -->
|
|
{{< highlight Shell "linenos=table" >}}
|
|
# From pip as user
|
|
pip install ansible-later --user
|
|
|
|
# .. or as root
|
|
sudo pip install ansible-later
|
|
{{< /highlight >}}
|
|
<!-- spellchecker-enable -->
|
|
<!-- markdownlint-restore -->
|
|
<!-- prettier-ignore-end -->
|