Update two text blocks to use the console tag instead of the bash tag for formatting.

pull/113/head
Nicholas McDonnell 5 years ago
parent 5da4f0a99f
commit c6f2adb6ab
  1. 4
      CONTRIBUTING.md

@ -77,7 +77,7 @@ Once `pyenv` and `pyenv-virtualenv` are installed on your system, you
can create and configure the Python virtual environment with these
commands:
```bash
```console
cd skeleton-generic
pyenv virtualenv <python_version_to_use> skeleton-generic
pyenv local skeleton-generic
@ -88,7 +88,7 @@ pip install -r requirements-dev.txt
Now setting up pre-commit is as simple as:
```bash
```console
pre-commit install
```

Loading…
Cancel
Save