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

Command to run a demo of the library is outdated #375

Open
sadnansami opened this issue Jul 11, 2023 · 0 comments
Open

Command to run a demo of the library is outdated #375

sadnansami opened this issue Jul 11, 2023 · 0 comments

Comments

@sadnansami
Copy link

Pardon me because it's my first time actually writing a Github issue but basically the python command "python -m SimpleHTTPServer" which is used to run a demo of the airtable.js library is for Python 2.7 and the standard is to use the Python 3.x variant of a command/function because there were significant changes and it would uncessary confuse the vast majority of users who are not familiar with python. In this case it would be changed to "python -m http.server".

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

No branches or pull requests

1 participant