summaryrefslogtreecommitdiff
path: root/fw/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'fw/README.md')
-rw-r--r--fw/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/fw/README.md b/fw/README.md
index b0d2c46..8287fab 100644
--- a/fw/README.md
+++ b/fw/README.md
@@ -3,14 +3,6 @@
This is the firmware for iot-contact. It is based on the Zephyr real time
operating system [1].
-## Setup Python environment
-
-```
-python -m venv zephyrproject/.venv
-source zephyrproject/.venv/bin/activate
-pip install -r zephyrproject/requirements.txt
-```
-
## Build
```