Skip to content

Commit 3af9363

Browse files
committed
fix: polish Markdown around the 'apify create' command
1 parent dfbb0cc commit 3af9363

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ To share our project, we need to package it. The best way is following the offic
6262

6363
Change to a directory where you start new projects in your terminal. Then, run the following command:
6464

65-
`$ apify create warehouse-watchdog --template=python-crawlee-beautifulsoup`
65+
```text
66+
$ apify create warehouse-watchdog --template=python-crawlee-beautifulsoup
67+
```
6668

67-
it will create a new subdirectory called `warehouse-watchdog` for the new project, containing all the necessary files:
69+
It will create a new subdirectory called `warehouse-watchdog` for the new project, containing all the necessary files:
6870

6971
```text
7072
Info: Python version 0.0.0 detected.
@@ -73,6 +75,7 @@ Info: Creating a virtual environment in ...
7375
Success: Actor 'warehouse-watchdog' was created. To run it, run "cd warehouse-watchdog" and "apify run".
7476
Info: To run your code in the cloud, run "apify push" and deploy your code to Apify Console.
7577
Info: To install additional Python packages, you need to activate the virtual environment in the ".venv" folder in the actor directory.
78+
```
7679

7780
## Adjusting the template
7881

0 commit comments

Comments
 (0)