Skip to content

Commit a21a71b

Browse files
committed
update markdown formatting
1 parent 31a7da5 commit a21a71b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,19 @@ modules:
3939
- macOS:
4040
1. Install [Homebrew][homebrew]
4141
2. Install pipenv:
42-
```
42+
```shell
4343
brew install pipenv
4444
```
45-
3. Create the Python virtual environment and install prerequisites using:
46-
`pipenv`:
47-
```
48-
shell pipenv sync --dev
49-
```
50-
4. Then you can run the static analysis tools:
45+
3. Create the Python virtual environment and install prerequisites using
46+
`pipenv`:
47+
```shell
48+
pipenv sync --dev
5149
```
52-
shell ./tools.sh
50+
4. Then you can run the static analysis tools:
51+
```shell
52+
./tools.sh
5353
```
5454

55-
5655
[pipenvdocs]: https://pipenv.pypa.io/en/latest/
5756
[homebrew]: https://brew.sh/
5857
[pipenvinstall]: https://pipenv.pypa.io/en/latest/install/#installing-pipenv
@@ -82,7 +81,7 @@ To successfully run scripts that require client credentials, you will need to fo
8281
- [flake8][flake8]: a python tool that glues together pep8, pyflakes, mccabe,
8382
and third-party plugins to check the style and quality of some python code.
8483
- [isort][isort]: A Python utility / library to sort imports
85-
- It doesn't import any libraries, it only sorts and formats them.
84+
- (It doesn't import any libraries, it only sorts and formats them.)
8685

8786
[ccospyguide]: https://opensource.creativecommons.org/contributing-code/python-guidelines/
8887
[black]: https://github.com/psf/black

0 commit comments

Comments
 (0)