openairplay / airplay2-receiver

AirPlay 2 Receiver - Python implementation
2.15k stars 134 forks source link

Fix README.md #53

Open kimdiallo opened 3 years ago

kimdiallo commented 3 years ago

Source the prepared virtualenv in the Debian- and corrects the path to requirements.txt in all install instructions.

Neustradamus commented 2 years ago

@systemcrash: What do you think?

systemcrash commented 2 years ago

Can anyone who uses virtualenv confirm that this is the case? I never got it to install/work. So I use directly.

m3brown commented 2 years ago

I do not believe the changes proposed in this PR will work, and the existing instructions are fine.

The procedure suggests the pip install commands are run from the root of the repository (which the README calls airplay2-receiver/). The requirements.txt is in the root of the repository, so there is no need for a ../ unless you're running the pip command from a subdirectory (such as docker/, or ap2/)