Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hideakitai committed Jun 10, 2020
1 parent 5b283a8 commit ccd1d3a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions examples/send_receive_other_apps/TouchDesinger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,9 @@
Please install pip modules first.

```
# create virtual environment
python -m venv .venv
# activate
.venv\Scripts\activate.bat # Windows
source .venv/bin/activate # macOS
# install modules
pip install cobs
pip install sliplib==0.5.0
pip install crc8
pip install cobs -t Packetizer/python
pip install sliplib==0.5.0 -t Packetizer/python
pip install crc8 -t Packetizer/python
```

0 comments on commit ccd1d3a

Please sign in to comment.