Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove poetry run commands #27

Merged
merged 1 commit into from
Nov 25, 2020
Merged

Remove poetry run commands #27

merged 1 commit into from
Nov 25, 2020

Conversation

JohnGiorgi
Copy link
Contributor

All CLI commands in the README are prepended with poetry run, but this is erroneous, as the installation instructions specify using pip to install the package. The examples will fail for users who do not have poetry installed with the following error: bash: poetry: command not found.

Closes #25.

All CLI commands in the README are prepended with `poetry run`, but this is erroneous, as the installation instructions specify using `pip` to install the package. The examples will fail for users who do not have `poetry` installed with the following error: `bash: poetry: command not found`.
Copy link
Owner

@himkt himkt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @JohnGiorgi, thank you for the catch and you're right!
Later, I'll update the tutorial as well.

@himkt himkt added the documentation Improvements or additions to documentation label Nov 25, 2020
@himkt himkt self-assigned this Nov 25, 2020
@himkt himkt added this to the v0.1.4 milestone Nov 25, 2020
@himkt himkt merged commit 9a60f15 into himkt:master Nov 25, 2020
@himkt himkt mentioned this pull request Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Erroneous poetry run commands?
2 participants