Installation and usage #15
-
This is a great looking project. I have completed the pytest, and I think all steps succeeded. It tested 48 items and all 48 passed. I am now trying to run the demo sample but I am getting a command not found: (base) theevl@theevl-desktop: I cannot see a file called "plycutter.py", so I do not know what do to next. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You need to run I recommend installing it using pipx, once you have pipx installed you can easily install plycutter into it's own virtualenv using |
Beta Was this translation helpful? Give feedback.
-
Today ran into the same omission from the docs, fixing now |
Beta Was this translation helpful? Give feedback.
You need to run
python setup.py install
to install the cli program into your virtualenv. I think that step was missing from the install guide.I recommend installing it using pipx, once you have pipx installed you can easily install plycutter into it's own virtualenv using
pipx install git+https://github.com/tjltjl/plycutter.git
.