fossasia / pslab-python

Python Library for PSLab Desktop: https://pslab.io
GNU General Public License v3.0
1.63k stars 225 forks source link

explain installing pslab-python to the system and setting PYTHONPATH #142

Closed orangecms closed 4 years ago

orangecms commented 4 years ago

see also https://github.com/fossasia/pslab-documentation/pull/119#issuecomment-705048446

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

bessman commented 4 years ago

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.

bessman commented 4 years ago

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