We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f057ed commit fea897eCopy full SHA for fea897e
1 file changed
learners/setup.md
@@ -20,12 +20,12 @@ Steps:
20
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 code below to activate your environment.
22
23
-```
+```markdown
24
conda activate
25
```
26
27
4. Install the necessary packages by running:
28
29
pip install 'requests' 'beautifulsoup4' 'selenium' 'webdriver-manager' 'pandas' 'tqdm' 'jupyterlab'
30
31
0 commit comments