fossasia/pslab-python

explain installing pslab-python to the system and setting PYTHONPATH

orangecms opened this issue · 2 comments

see also fossasia/pslab-documentation#119 (comment)

For PSLab desktop app users, especially on Windows, connecting pslab-desktop to pslab-python needs some more information.

I wonder if we could simplify the windows instructions. Theoretically, the Linux instructions should actually be platform independent.

We should test if

pip install git+https://github.com/fossasia/pslab-python@master

works on Windows and Mac. If it does, we could cut most of the current installation instructions entirely.

As pslab-python is now on pypi, installing should now be as simple as pip install pslab, regardless of operating system.