Skip to content

Commit

Permalink
README: Add note how to exit from venv
Browse files Browse the repository at this point in the history
Signed-off-by: Tatiana Nesterenko <[email protected]>
  • Loading branch information
tatiana-nspcc committed Apr 27, 2024
1 parent 267179f commit 4442064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ $ make venv.pytest
$ . venv.pytest/bin/activate
```

If you want to exit from the current venv for any reason, use the `deactivate` command.

3. Setup pre-commit hooks to run code formatters on staged files before you run a `git commit` command:

```shell
Expand Down

0 comments on commit 4442064

Please sign in to comment.