Skip to content
Snippets Groups Projects
Verified Commit 7d82258a authored by Ing. Klára Moravcová's avatar Ing. Klára Moravcová
Browse files

Add python venv.

parent ecf0fe3e
Branches
No related tags found
No related merge requests found
...@@ -41,7 +41,9 @@ terraform apply ...@@ -41,7 +41,9 @@ terraform apply
Prerequisites: Prerequisites:
``` ```
cd ../ansible/01-playbook/ cd ../ansible/01-playbook/
sudo pip install -r requirements.txt python3 -m venv kube
source ./kube/bin/activate
pip install -r requirements.txt
ansible-galaxy install -r requirements.yml ansible-galaxy install -r requirements.yml
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment