Skip to content

Update README.md with setuptools#599

Merged
justinpolygon merged 1 commit into
masterfrom
jw-readme-setuptools
Jan 31, 2024
Merged

Update README.md with setuptools#599
justinpolygon merged 1 commit into
masterfrom
jw-readme-setuptools

Conversation

@justinpolygon
Copy link
Copy Markdown
Collaborator

Fixes https://github.com/polygon-io/client-python/issues/593.

Updated installation documentation to include a note on setuptools dependency, ensuring comprehensive guidance for all user environments. setuptools is a key package in Python used for building, distributing, and installing packages. It is not part of the Python Standard Library, but it is included with most Python distributions, such as the official Python distributions from python.org, Anaconda, and others.

For most users, especially those using Python distributions intended for application development and data science, setuptools will be pre-installed, making it seem like it's a default part of Python. However, in minimal or custom Python environments, setuptools might not be included by default and may need to be installed separately using package management tools like pip.

@justinpolygon justinpolygon merged commit c486b06 into master Jan 31, 2024
@justinpolygon justinpolygon deleted the jw-readme-setuptools branch January 31, 2024 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

setuptools is a requirement

2 participants