Skip to content

Commit 83d6cb8

Browse files
committed
docs(ch4): add venv setup section
1 parent 0e58191 commit 83d6cb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

chapter04/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Chapter 4 - Distributed Systems with Python and MQTT
22

3+
## Virtual environment set up for this chapter<br>
4+
> `$ python3 -m venv venv`<br>
5+
> `$ source venv/bin/activate`<br>
6+
> `(venv) $ pip install pip --upgrade`<br>
7+
> `(venv) $ pip install -r requirements.txt`
8+
39
## Files
410

511
* `requirements.txt` - Python dependencies required for this chapter

0 commit comments

Comments
 (0)