Skip to content

Commit 5f057ed

Browse files
authored
of course, sandpaper format
1 parent b8019c6 commit 5f057ed

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

learners/setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Steps:
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'.
2121
3. Activate the base conda environment by typing and running the code below to activate your environment.
22-
~~~
22+
23+
```
2324
conda activate
24-
~~~
25-
{: .source}
25+
```
2626

2727
4. Install the necessary packages by running:
28-
~~~
28+
```
2929
pip install 'requests' 'beautifulsoup4' 'selenium' 'webdriver-manager' 'pandas' 'tqdm' 'jupyterlab'
30-
~~~
31-
{: .source}
30+
```
31+
3232

0 commit comments

Comments
 (0)