Skip to content
Snippets Groups Projects
Commit 55e75f44 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Update bash

parent 2d232805
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,11 @@ The following software/packages need to be installed on your system: ...@@ -27,6 +27,11 @@ The following software/packages need to be installed on your system:
- sshpass - sshpass
- libselinux-python3 (on CentOS systems only) - libselinux-python3 (on CentOS systems only)
To install the rquired python packages simply execute the following command:
```bash
python3 -m pip install -r requirements.txt
```
### Option 2: Installing ansible to an already existing anaconda environment: ### Option 2: Installing ansible to an already existing anaconda environment:
If you are running an anaconda environment you can simply install ansible into an existing conda environment: If you are running an anaconda environment you can simply install ansible into an existing conda environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment