mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add prequisites for ubuntu dev env (#30713)
This commit is contained in:
parent
16bcb0393e
commit
bb38e34fc5
1 changed files with 10 additions and 0 deletions
|
@ -23,7 +23,17 @@ What's covered in this section:
|
|||
|
||||
Environment setup
|
||||
=================
|
||||
Prerequisites Via Apt (Ubuntu)
|
||||
``````````````````````````````
|
||||
Due to dependencies (for example ansible -> paramiko -> pynacl -> libffi):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
sudo apt update
|
||||
sudo apt install build-essential libssl-dev libffi-dev python-dev
|
||||
|
||||
Common Environment setup
|
||||
````````````````````````
|
||||
1. Clone the Ansible repository:
|
||||
``$ git clone https://github.com/ansible/ansible.git``
|
||||
2. Change directory into the repository root dir: ``$ cd ansible``
|
||||
|
|
Loading…
Reference in a new issue