piface / pifacecad

PiFace Control and Display
GNU General Public License v3.0
46 stars 38 forks source link

Better Raspberry Pi instructions #29

Open Lartza opened 5 years ago

Lartza commented 5 years ago

The current installation instructions for RPi should be rewritten to use a virtual environment instead. Or anything else than sudoing setup.py or pip really

For both security and package management reasons

tompreston commented 5 years ago

Agreed, my personal preference is using pip install --user, or better pipenv.