1# Empty project
2
3This template is useful when you're already familiar with the [Apify SDK](https://sdk.apify.com) and [Crawlee](https://crawlee.dev) and want to start with a clean slate. It does not include `puppeteer` or `playwright` so install them manually and update the Dockerfile if you need them.
4
5> We decided to split Apify SDK into two libraries, [Crawlee](https://crawlee.dev) and [Apify SDK v3](https://sdk.apify.com). Crawlee will retain all the crawling and scraping-related tools and will always strive to be the best web scraping library for its community. At the same time, Apify SDK will continue to exist, but keep only the Apify-specific features related to building actors on the Apify platform. Read the [upgrading guide](https://sdk.apify.com/docs/upgrading/upgrading-to-v3) to learn about the changes.
6
7If you're looking for examples or want to learn more visit:
8
9- [Crawlee + Apify Platform guide](https://crawlee.dev/docs/guides/apify-platform)
10- [Crawlee Tutorial](https://crawlee.dev/docs/introduction)
11- [Crawlee Examples](https://crawlee.dev/docs/examples)
12
13## Documentation reference
14
15- [Crawlee](https://crawlee.dev)
16- [Apify SDK v3](https://sdk.apify.com)
17- [Apify Actor documentation](https://docs.apify.com/actor)
18- [Apify CLI](https://docs.apify.com/cli)
19
20## Writing a README
21
22See our tutorial on [writing READMEs for your actors](https://help.apify.com/en/articles/2912548-how-to-write-great-readme-for-your-actors) if you need more inspiration.