Skip to content

Commit 6809ded

Browse files
authored
Merge pull request #2659 from nabim777/add-step-on-docs-for-manually-installation
add step on docs for manual installation
2 parents 745abb5 + dfe5083 commit 6809ded

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/install/manual.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Give the user permissions: `chown -R recipes:www-data /var/www/recipes`
2424

2525
Create virtual env: `python3 -m venv /var/www/recipes`
2626

27+
Activate virtual env: `source /var/www/recipes/bin/activate`
28+
2729
Install Javascript Tools (nodejs >= 12 required)
2830
```shell
2931
### Just use one of these possibilites!

0 commit comments

Comments
 (0)