File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ Hands-on workshop material on Web scraping using Python.
14146 . mkdocs serve
1515
1616Note : wptools might throw an error during installtion, in which case install other depencies as :
17- - sudo apt install libcurl4-openssl-dev libssl-dev
17+ - sudo apt install libcurl4-openssl-dev libssl-dev
18+
1819and then proceed to install wptools (via step 5 above)
Original file line number Diff line number Diff line change 1+ # python-web-scraping
2+
3+ Note : This repository is under construction 🛠️⚠️
4+
5+ Hands-on workshop material on Web scraping using Python.
6+
7+ ### To build and run site locally :
8+
9+ 1. git clone https://github.com/MonashDataFluency/python-web-scraping.git
10+ 2. cd python-web-scraping
11+ 3. virtualenv -p python3 venv
12+ 4. source venv/bin/activate
13+ 5. pip install -r requirements.txt
14+ 6. mkdocs serve
15+
16+ Note : wptools might throw an error during installtion, in which case install other depencies as :
17+ - sudo apt install libcurl4-openssl-dev libssl-dev
18+ and then proceed to install wptools (via step 5 above)
You can’t perform that action at this time.
0 commit comments