This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 216
Installing from PYPI
Srevin Saju edited this page Feb 25, 2020
·
1 revision
guiscrcpy
built on Python is best run from source code. Its efficiency is maximum when guiscrcpy
is installed along with Python 3.8 +
.
- Download Python3.8 or above
- Install Python by following on screen instructions
- Open a Terminal
- On Windows systems, right click the Start Menu, and select Powershell
- On Linux, press
Ctrl + Alt + T
, to open the terminal
- Run the command
python3 -m pip install guiscrcpy --user
NOTE: It might be necessary to replace
python3
withpython
orpy
on Windows
To get the latest implemented features, guiscrcpy
can be upgraded by
python3 -m pip install --upgrade guiscrcpy
If the installation completes successfully, you should be able to run guiscrcpy from your terminal.
guiscrcpy
As other users, you might be facing some common issues of not being able to execute
guiscrcpy
. In that case, head over to the FAQ section in the wiki