Skip to content

Commit 1a9a3f9

Browse files
authored
Merge pull request #20 from sdgtt/telemetry-installation
Update telemetry installation
2 parents 5ade294 + 04cc95e commit 1a9a3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-harness/install_telemetry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
git clone -b 'master' --single-branch --depth 1 https://github.com/sdgtt/telemetry.git
33
cd telemetry
44
pip3 install -r requirements.txt
5-
python3 setup.py install
5+
pip3 install .
66
cd ..

0 commit comments

Comments
 (0)