Update README.md

This commit is contained in:
nopnop2002
2021-07-04 16:40:31 +09:00
parent a4415fc402
commit 21049a9f83
+2 -2
View File
@@ -123,7 +123,7 @@ When a Extended CAN frame with ID 0x101 is received, POST with the "/post" PATH.
# HTTP Server Using Tornado
```
sudo apt install python3-pip python3-setuptools python3-magic
sudo apt install python3-pip python3-setuptools
python -m pip install -U pip
python -m pip install -U wheel
python -m pip install tornado
@@ -134,7 +134,7 @@ python can.py
# HTTP Server Using Flask
```
sudo apt install python3-pip python3-setuptools python3-magic
sudo apt install python3-pip python3-setuptools
python -m pip install -U pip
python -m pip install -U wheel
python -m pip install -U Werkzeug