-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
More updates to USAGE and README #250
Conversation
b4a36b8
to
1e8c94f
Compare
date time should be explicit include as submodule, since the umbrella header did not import it, and most developer may need this datetime module. If you add datetime in the module map, developers could import
I also suggest to include these submodules
|
Once again - commenting on a closed ticket doesn't really help move a discussion forward. If you think there is something additional required, please open a ticket and/or a pull request to add the change you are proposing. In this specific case - you may also want to add why the change is needed. I understand that |
* Adds details on `python-config` and `testbed` * Adds a bare bones interpreter instantiation example * Clarifies the difference between instantiating the interpreter, and accessing the Python API with PythonKit * Adds header exclusions to the modulemap to silence build warnings.
python-config
andtestbed
PR Checklist: