Skip to content

Commit

Permalink
Add contributing docs on venv (#4479)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz authored Jan 10, 2025
1 parent 8b0ea8f commit 1eb5cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1eb5cc6

Please sign in to comment.