We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e58191 commit 83d6cb8Copy full SHA for 83d6cb8
chapter04/README.md
@@ -1,5 +1,11 @@
1
# Chapter 4 - Distributed Systems with Python and MQTT
2
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
+
9
## Files
10
11
* `requirements.txt` - Python dependencies required for this chapter
0 commit comments