mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-04 20:30:42 +00:00
13 lines
200 B
Markdown
13 lines
200 B
Markdown
|
---
|
||
|
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 >}}
|