This repository was archived by the owner on Dec 29, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 240
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 --userNOTE: It might be necessary to replace
python3withpythonorpyon Windows
To get the latest implemented features, guiscrcpy can be upgraded by
python3 -m pip install --upgrade guiscrcpyIf the installation completes successfully, you should be able to run guiscrcpy from your terminal.
guiscrcpyAs 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