You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,22 @@
1
-
# mccli
1
+
# meshcore-cli
2
2
3
-
mccli.py : CLI interface to MeschCore companion app over BLE, TCP or Serial
3
+
meshcore-cli : CLI interface to MeschCore companion app over BLE, TCP or Serial
4
4
5
5
## Install
6
6
7
-
You should install [meshcore](https://github.com/fdlamotte/meshcore_py) package first via pip.
7
+
Meshcore-cli depends on the (python meshcore)[https://github.com/fdlamotte/meshcore_py] package. You can install both via `pip` or `pipx` using the command :
8
8
9
9
<pre>
10
-
$ pip install meshcore
10
+
$ pipx install meshcore-cli
11
11
</pre>
12
12
13
-
Then you can put `mccli.py` program in your path.
13
+
It will install you `meshcore-cli` and `meshcli`, which is an alias to the former.
0 commit comments