Skip to content

Commit ff22747

Browse files
committed
chore: note down where to start next
1 parent 1b27f12 commit ff22747

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

sources/academy/webscraping/scraping_basics_python/13_platform.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In the root of the project, let's create a file called `requirements.txt`, with
3939
crawlee
4040
```
4141

42-
Each line in the file represents a single dependency, but our program has just one. With `requirements.txt` in place, Apify can run `pip install -r requirements.txt` to download and install all dependencies of the project before starting our program.
42+
Each line in the file represents a single dependency, but so far our program has just one. With `requirements.txt` in place, Apify can run `pip install -r requirements.txt` to download and install all dependencies of the project before starting our program.
4343

4444
:::tip Packaging projects
4545

@@ -74,6 +74,13 @@ $ apify login
7474
Success: You are logged in to Apify as user1234!
7575
```
7676

77+
<!--
78+
it seems apify init won't recognize the project only with requirements.txt
79+
https://crawlee.dev/python/docs/introduction/deployment
80+
https://packaging.python.org/en/latest/tutorials/installing-packages/
81+
https://docs.apify.com/sdk/python/docs/overview/introduction
82+
-->
83+
7784
## Creating an Actor
7885

7986
...

0 commit comments

Comments
 (0)