You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
poetry new --help, does not show the --readme argument.
new.py file that was installed on my computer to /Users/<USER>/Library/Application Support/pypoetry/venv/lib/python3.9/site-packages/poetry/console/commands\ is missing the --readme argument code.
Yet, new.py on GitHub has the --readme argument code.
I'm sure the same applies to other files, but didn't dig further. Please look into why the 1.1.8 poetry version being installed via the curl command, and/or using install-poetry.py is not getting the latest files from your Git repo.
FYI, ran into this, because was trying to get poetry to create README.md, instead its still creating for me, README.rst. Per pull-request 2768, support for readme markdown was included here.
The text was updated successfully, but these errors were encountered:
Grouping dependencies doesn't work either, the --group argument not available with the poetry add commands, etc. Though in your documentation, it should exist.
this is expected. The install script installs the latest stable release by default. The features you are missing are included in the preview release. You can install it with curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - --preview
-vvv
option).Issue
poetry new --help
, does not show the--readme
argument.new.py
file that was installed on my computer to/Users/<USER>/Library/Application Support/pypoetry/venv/lib/python3.9/site-packages/poetry/console/commands\
is missing the--readme
argument code.new.py
on GitHub has the--readme
argument code.README.md
, instead its still creating for me,README.rst
. Per pull-request 2768, support for readme markdown was included here.The text was updated successfully, but these errors were encountered: