Repositioned Google Colab as Option 4

This commit is contained in:
ScriptTiger 2023-06-12 18:00:44 +08:00 committed by GitHub
parent fcdf163ba5
commit c2cc10cc0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,8 +138,6 @@ docker run --rm -it stevenblack-hosts updateHostsFile.py
### Option 3: Generate it in your own environment ### 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. To generate your own amalgamated hosts files you will need Python 3.6 or later.
First, install the dependencies with: 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 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). [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 ### Common steps regardless of your development environment
To **run unit tests**, in the top-level directory, run: To **run unit tests**, in the top-level directory, run: