mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-11 13:57:49 -08:00
Update installation.md
This commit is contained in:
parent
4705b6a69c
commit
f8adaa4def
|
@ -29,7 +29,7 @@ Installation is easily done through the Python package installer pip (note, you
|
||||||
- Pip is typically installed if you are using python 3 version >= 3.4
|
- Pip is typically installed if you are using python 3 version >= 3.4
|
||||||
* Check that pip is installed using this command
|
* Check that pip is installed using this command
|
||||||
```bash
|
```bash
|
||||||
pip3 --version
|
pip3 -V
|
||||||
```
|
```
|
||||||
* If this does not return a version, install [pip](https://pip.pypa.io/en/stable/installing/)
|
* If this does not return a version, install [pip](https://pip.pypa.io/en/stable/installing/)
|
||||||
- Install pytap2
|
- Install pytap2
|
||||||
|
|
Loading…
Reference in a new issue