-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
chore: add linux instructions and C++ #1082
Conversation
1610b60
to
be71bc1
Compare
Co-authored-by: BW-Projects
be71bc1
to
1f8ff09
Compare
docs/description.md
Outdated
@@ -74,6 +74,8 @@ pyenv install 3.11 | |||
pyenv local 3.11 | |||
``` | |||
* Install [Poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) for dependency management: | |||
|
|||
* Install a C++ compiler. See [Troubleshooting: C++ Compiler](#troubleshooting-c-compiler) for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this apply to all platforms? Or only Windows? How can a user check if already has a C++ compiler installed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is troubleshooting-c-compiler section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is too many ways to configure a C++ compiler, I guess if you don't know if you have it most likely you don't
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
About the link, it's down below in the readme
Fixes #1083