Closed Idcrafter closed 1 year ago
I recommend using venv:
git clone https://github.com/casualsnek/waydroid_script
cd waydriod_script
python3 -m venv .
./bin/pip install -r requirements.txt
sudo ./bin/python3 main.py
i also would suggest changing it in the README because it could create confusion for not so experienced people and yes i always do venv because otherwise could i brick my os
i also would suggest changing it in the README because it could create confusion for not so experienced people and yes i always do venv because otherwise could i brick my os
Yeah of course. I'm not the projects maintainer unfortunately, I just suggested so the project maintainers would write venv in README.md instead.
Thanks for feedback, i'll test and update README asap !
Seems to have been fixed: https://github.com/casualsnek/waydroid_script/pull/110
There is the requirements.txt missing after the -r which isn't working when not included