Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,26 +175,6 @@ Ready to contribute? Here's how to set up `TekHSI` for local development.
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
website for more details on this format.

## Updating requirements and commit hooks

To update the required python packages and commit hooks run the following
commands:

!!! note
Always remember to activate the virtual environment before attempting to run tests or other code.

```console
# Linux
source .venv/bin/activate

# Windows
.venv\Scripts\activate.bat
```

```console
python scripts/update_development_dependencies.py
```

## Pull Request Guidelines

Before you submit a pull request, check that it meets these guidelines:
Expand Down
Loading