We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a32011 commit a70db69Copy full SHA for a70db69
1 file changed
README.md
@@ -48,15 +48,13 @@ To install the latest stable version of benlink from PyPI:
48
pip install benlink
49
```
50
51
-For the latest development version, clone this repository and install it with
+If you're wanting to contribute to the project, clone the repository and install
52
+it in "editable" mode with
53
54
```bash
-pip install .
55
+pip install -e .
56
57
-(If you are developing the package, you can use `pip install -e .` to install it
58
-in "editable" mode.)
59
-
60
## Quick Start
61
62
First, make sure your radio is paired with your computer, and get its device
0 commit comments