Skip to content

Commit fea897e

Browse files
authored
Update setup.md
1 parent 5f057ed commit fea897e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learners/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Steps:
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.
2222

23-
```
23+
```markdown
2424
conda activate
2525
```
2626

2727
4. Install the necessary packages by running:
28-
```
28+
```markdown
2929
pip install 'requests' 'beautifulsoup4' 'selenium' 'webdriver-manager' 'pandas' 'tqdm' 'jupyterlab'
3030
```
3131

0 commit comments

Comments
 (0)