fix(README): updates proxy information

This commit is contained in:
Thomas Maurice 2023-12-06 08:32:35 +01:00
parent 49c6ed6edb
commit db21eaa475
Signed by: thomas
GPG key ID: 1D577F50583032A6

View file

@ -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. 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 ### 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. 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.