Unable to run without installing #22
-
From README.rst:
For the repository cloned today I get (the prompt is misleading, this is actually Debian bookworm, i.e. stable):
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
You should not run from the
|
Beta Was this translation helpful? Give feedback.
-
Thank again for your help. Looks like my problems are solved. BTW, instead
there should be e.g. |
Beta Was this translation helpful? Give feedback.
You should not run from the
didjvu.py
file, but from the actual module when using it without installation:git clone [email protected]:FriedrichFroebel/didjvu.git
cd didjvu
Pillow
andgamera
).python -m didjvu --help
(assuming that you use a virtual environment with Python 3 or your default interpreter is Python 3, otherwise replacepython
withpython3
).