Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fix directory typo in installation note
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasfaust committed Jan 19, 2023
1 parent fabfc40 commit c5b044d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/webcam/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Requires Python 3.8 or later. Assuming an installation in your user directory, r

Linux:

cd ~/labgraph/webcam
cd ~/labgraph/devices/webcam
python3 setup.py install

Windows:

cd %HOMEPATH%/labgraph/webcam
cd %HOMEPATH%\devices\labgraph\webcam
python setup.py install

See [Using PoseVis](#using-posevis) for usage details.
Expand Down

0 comments on commit c5b044d

Please sign in to comment.