Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add a post-create message to Python actors (#349)
Python actors require some post-create instructions: - how to add additonal dependencies - how to install Playwright and its browsers This PR adds an option to have a post-create message in the template definition, and to show it after you run `apify create` with a specific template. The accompanying PR in actor-templates is here: apify/actor-templates#135
- Loading branch information