Skip to content
Snippets Groups Projects
Unverified Commit db21eaa4 authored by Thomas Maurice's avatar Thomas Maurice
Browse files

fix(README): updates proxy information

parent 49c6ed6e
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@ By the end of this lab you'll be able to message each other in an end to end enc
You will need to install a few things to get started, buckle up.
Firstly you need to export some environment variables in your working terminal to be able to talk to the outside world using the school's proxy:
```
export https_proxy=http://proxy.polytech-lille.fr:3128
```
### The virtualenv
Since Ansible is written in python and we don't want to install it in the system, you will need to create a virtual environment. These are used to have your python stuff installed, without making them available system-wide, we are doing this to avoid polluting your lab machine with things that won't be used after today.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment