We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8c8ef commit b8019c6Copy full SHA for b8019c6
1 file changed
learners/setup.md
@@ -21,9 +21,12 @@ Steps:
21
3. Activate the base conda environment by typing and running the code below to activate your environment.
22
~~~
23
conda activate
24
-~~~
+~~~
25
+{: .source}
26
+
27
4. Install the necessary packages by running:
28
29
pip install 'requests' 'beautifulsoup4' 'selenium' 'webdriver-manager' 'pandas' 'tqdm' 'jupyterlab'
30
31
32
0 commit comments