diff --git a/README.md b/README.md index fe25180..7cc0565 100644 --- a/README.md +++ b/README.md @@ -53,19 +53,8 @@ ## Pré-requisitos :pushpin: - -No Python (salvar o script como TestSpeed.py) : - -``` -pip install pandas -``` - -``` -pip install threaded -``` - -``` -pip install speedtest-cli +```sh +pip install -r requirements.txt ``` No Excel: diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a9aa6b3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +pandas +threaded +speedtest-cli