Skip to content

Commit 6a8c8ef

Browse files
authored
update setup code blocks
1 parent d028f50 commit 6a8c8ef

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

learners/setup.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,12 @@ Steps:
1818

1919
1. If you already have Anaconda, Jupyter Lab or Jupyter Notebooks installed in your computer, skip to step 2. Follow Miniforge's [download](https://github.com/conda-forge/miniforge?tab=readme-ov-file#download) and [installation](https://github.com/conda-forge/miniforge?tab=readme-ov-file#install) instructions for your respective operating system. If you are using a Windows machine, make sure you mark the option to "Add Miniforge3 to my PATH environment variable".
2020
2. If you are using Mac or Linux, open the 'Terminal'. If you are using Windows, open the 'Command Prompt' or 'Miniforge Prompt'.
21-
3. Activate the base conda environment by typing and running the 'conda activate' command.
22-
4. Install the necessary packages running 'pip install requests beautifulsoup4 selenium webdriver-manager pandas tqdm jupyterlab'.
21+
3. Activate the base conda environment by typing and running the code below to activate your environment.
22+
~~~
23+
conda activate
24+
~~~
25+
4. Install the necessary packages by running:
26+
~~~
27+
pip install 'requests' 'beautifulsoup4' 'selenium' 'webdriver-manager' 'pandas' 'tqdm' 'jupyterlab'
28+
~~~
29+

0 commit comments

Comments
 (0)