Skip to content

Commit 0218e4f

Browse files
authored
Update requirements.txt for serial connection
Although pymavlink supports the use of serial connections with a flight control board and utilizes a serial connection package, this information is not reflected in the requirements.txt file. Simply running "pip install -r pymavlink/requirements.txt" and attempting to use the mavutil module over serial will not work as expected.
1 parent 6b4dd1e commit 0218e4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ lxml>=3.6.0
22
future>=0.15.2
33
wheel>=0.37.1
44
setuptools>=42
5+
pyserial>=3.5
56
fastcrc
67

78
# dev dependencies:

0 commit comments

Comments
 (0)