Skip to content

Commit f435537

Browse files
committed
Fix pip install command in README.
1 parent b7a8068 commit f435537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ By default, this is located at `...\Documents\Portal\snappyImages` on Windows.
2121
The easiest way to install `pyduinoincludes` for use with SNAPbuild is using
2222
[pip](https://pip.pypa.io/en/latest/installing.html):
2323

24-
pip install git+ssh://git@github.com:synapse-wireless/pyduino-includes.git@master
24+
pip install git+https://github.com/synapse-wireless/pyduino-includes.git@master
2525

2626
Alternatively you can download the source, extract it, and install it:
2727

0 commit comments

Comments
 (0)