pip install - pip documentation v22.0.4
pip.pypa.io › en › stableWhen looking at the items to be installed, pip checks what type of item each is, in the following order: Project or archive URL. Local directory (which must contain a setup.py, or pip will report an error). Local file (a sdist or wheel format archive, following the naming conventions for those formats). A requirement, as specified in PEP 440.
PIPython
https://pipython.physikinstrumente.comInstallation. By using PIPython you agree to the license agreement, see the provided file: eula.md From local folder. Unzip the file PIPython.zip, open a command entry (Linux Console or Windows CMD window) and run: python setup.py install For further reading open the index.html file in your browser and see the samples in the samples folder ...