demisto / content-docs

Demisto Content Developer Docs
https://xsoar.pan.dev/
MIT License
39 stars 57 forks source link

Issue with "Set Up Your Dev Environment" in @site/docs/tutorials/tut-setup-dev.md #1518

Closed bneises closed 3 months ago

bneises commented 3 months ago

Describe the problem

Stale link

The link to the poetry installation is no longer available (Note: /master/ isn't in the correct URL) and it seems that the option to install with the official installer is deprecated.

From the poetry docs:

The install-poetry.py installer has been deprecated and removed from the Poetry repository. Please migrate from the in-tree version to the standalone version described above.

Screenshots

Environment

Suggested fix

I am not sure which installation method you should recommend instead, but this URL should be a good start: https://python-poetry.org/docs/#installation

welcome[bot] commented 3 months ago

Hi and welcome to our Content Developer Docs project! Thanks and congrats for opening your very first issue. If you know the fix, you may also submit a PR to fix the issue if you like!

dorschw commented 3 months ago

Hi @bneises, thanks for opening an issue. As far as I understand, the install-poetry.py installer is an older installer, separate from the one described underneath the warning box. Running curl -sSL https://install.python-poetry.org | python3 - should work just fine.