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 60aef78 commit ef0f79dCopy full SHA for ef0f79d
README.rst
@@ -21,11 +21,10 @@ You can install XBee Python library using `pip
21
Install from Source
22
-------------------
23
24
-You can install XBee Python library directly from the source file. To do
25
-so, extract the source code to your computer and, from its root
26
-directory, execute the following command::
+You can install XBee Python library directly from sources. To do so, extract
+the source code to your computer and execute the following command::
27
28
- $ python setup.py install
+ $ pip install <path_to_xbee-python_dir>
29
30
31
Documentation
0 commit comments