amboar / fpos

Financial Position - Not EFTPOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document a workflow that doesn't require sudo/root on Linux

amboar opened this issue · comments

Currently the documentation recommends running sudo make pip to install dependencies onto the system. Like setup.py install, pip install can take a --user option to install into the invoker's home directory. This would then be consistent with the make install-user target.