JJTech0130 / pypush

[being rewritten] Cross-platform iMessage POC
https://discord.gg/BVvNukmfTC
Other
3.52k stars 397 forks source link

Create and activate venv before installing dependencies #59

Closed NickBouwhuis closed 7 months ago

NickBouwhuis commented 7 months ago

Using a Python 'venv' will install all dependencies within the virtual environment. This will reduce clutter on the users system and does not impact functionality in any way.

Also, I added the cd step.

danipoak commented 7 months ago

I'm closing this since the pipx installation was merged which should supersede the need for venv.