From 1eb5cc6e26319a58985a319e5dfc0ce4189c069a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Borja=20Dom=C3=ADnguez?= Date: Fri, 10 Jan 2025 23:12:07 +0100 Subject: [PATCH] Add contributing docs on venv (#4479) --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 400ad01ecce..1c5d2fc9a7d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,6 +48,8 @@ Run `make` for Makefile help. Initialize virtualenv and install dependencies wit You can lint with `make megalinter` (Incoming) +If you need to run `build.sh` commands manually you need to run `source .venv/bin/activate` first. + ### 5. Submit a pull request [Create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork) and [refer to the issue number](https://help.github.com/en/github/writing-on-github/autolinked-references-and-urls) using #123, where 123 is the issue number.