From c2cc10cc0ed778aeebf0a4d27fce6b3b0bbc005a Mon Sep 17 00:00:00 2001 From: ScriptTiger Date: Mon, 12 Jun 2023 18:00:44 +0800 Subject: [PATCH] Repositioned Google Colab as Option 4 --- readme_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme_template.md b/readme_template.md index 6103f404b..99562042b 100644 --- a/readme_template.md +++ b/readme_template.md @@ -138,8 +138,6 @@ docker run --rm -it stevenblack-hosts updateHostsFile.py ### Option 3: Generate it in your own environment -You can also alternatively use either your own local or remote environment, such as quickly and easily spinning up a free [Google Colab](https://colab.research.google.com/drive/1tYWXpU2iuPDqN_o03JW9ml3ExO80eBLq?usp=sharing) environment. - To generate your own amalgamated hosts files you will need Python 3.6 or later. First, install the dependencies with: @@ -152,6 +150,10 @@ pip3 install --user -r requirements.txt at the user level. More information about it can be found on pip [documentation](https://pip.pypa.io/en/stable/reference/pip_install/?highlight=--user#cmdoption-user). +### Option 4: Generate it in Google Colab + +Spin up a free remote [Google Colab](https://colab.research.google.com/drive/1tYWXpU2iuPDqN_o03JW9ml3ExO80eBLq?usp=sharing) environment. + ### Common steps regardless of your development environment To **run unit tests**, in the top-level directory, run: