Skip to content

Commit 99451fb

Browse files
authored
Update README.md
1 parent 9165a3f commit 99451fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Build Status](https://travis-ci.org/codeclassroom/PlagCheck.svg?branch=master)](https://travis-ci.org/codeclassroom/PlagCheck)
77
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/plagcheck)
88
[![Documentation Status](https://readthedocs.org/projects/plagcheck/badge/?version=latest)](https://plagcheck.readthedocs.io/en/latest/?badge=latest)
9-
![PyPI - License](https://img.shields.io/pypi/l/plagcheck)
9+
![PyPI - License](https://img.shields.io/pypi/l/plagcheck?color=orange)
1010
![PyPI - Downloads](https://img.shields.io/pypi/dm/plagcheck?color=blue)
1111

1212

@@ -77,7 +77,7 @@ git https://github.com/codeclassroom/PlagCheck.git
7777
```
7878
3. Install Dependencies.
7979
```bash
80-
pip install -r requirements.txt
80+
pip install -r requirements-dev.txt
8181
```
8282
4. Run tests.
8383
```bash

0 commit comments

Comments
 (0)