Hello @radifar,
I am one of the reviewers of your JOSS submission over at openjournals/joss-reviews#7720.
When I am following your instructions here:
https://pilah.readthedocs.io/en/latest/contributing.html#get-started
I am not familiar with poetry and have some problems getting started, can you please help? (macOS, M1)
- Downloaded the repo and cd into
/path/to/pilah
poetry env use 3.11
poetry install
poetry run pilah
The last command results in
Traceback (most recent call last):
File "/Users/dominique/Library/Caches/pypoetry/virtualenvs/pilah-_jBZ_YJB-py3.11/bin/pilah", line 3, in <module>
from pilah.pilah import app
ModuleNotFoundError: No module named 'pilah.pilah'
As I said, might just be me missing something on how things are done with poetry, thanks!
Hello @radifar,
I am one of the reviewers of your JOSS submission over at openjournals/joss-reviews#7720.
When I am following your instructions here:
https://pilah.readthedocs.io/en/latest/contributing.html#get-started
I am not familiar with
poetryand have some problems getting started, can you please help? (macOS, M1)/path/to/pilahpoetry env use 3.11poetry installpoetry run pilahThe last command results in
As I said, might just be me missing something on how things are done with
poetry, thanks!