-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
The pip install labphew
method for installing labphew seems to not yet work, so I cloned the git to my windows 10 laptop. Trying to add the labphew package folder to my python path turned out more difficult that I expected. To get the labphew to work I copied the package's folder to my python site-packages folder. I think adding this procedure as a potential way of installing the package might be helpful.
step 1: find your python packages folder (python -m site --user-site
command in your terminal/cmnd prompt will work)
step 2: clone the git
step 3: copy the labphew folder within the cloned git to the site-packages folder of your python installation
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation