-
Notifications
You must be signed in to change notification settings - Fork 3
Add list of additionally installed libraries #42
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
Conversation
Once the related implementation PR is merged, adapt to read libraries directly from the file in the |
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.
Couple of small things
content/api/included-libraries.md
Outdated
title: Included Libraries | ||
--- | ||
|
||
Python already comes with plenty of [built-in libraries](https://docs.python.org/3.4/py-modindex.html) to use, However there are some extra ones installed which may be of us: |
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.
Once #45 is merged could https://docs.python.org/3.4/
be replaced with the python_version variable?
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.
'may be of us' should be 'may be of use' ? also 'However' should not be capitalised after a comma
.spelling
Outdated
4mm | ||
2.2A. | ||
numpy | ||
scipy |
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.
trailing newline?
Add list of packages outside the standard library available if required.
Actually implemented in sourcebots/pi-image#7