Skip to content

Commit 5faf6df

Browse files
committed
updated readme
1 parent 33d3964 commit 5faf6df

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ Hands-on workshop material on Web scraping using Python.
1414
6. mkdocs serve
1515

1616
Note : 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+
1819
and then proceed to install wptools (via step 5 above)

README.md~

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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)

0 commit comments

Comments
 (0)