Skip to content

Commit d589e1e

Browse files
authored
Update README.md
1 parent 1ce90ef commit d589e1e

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,19 @@
1414
## Usage
1515

1616
- Install `coderunner`.
17-
```bash
18-
pip install coderunner
19-
```
17+
18+
`pip install coderunner`
2019

2120
## Documentation
2221

23-
[CodeRunner Documentation](https://coderunner.readthedocs.io/en/latest/)
22+
> [CodeRunner Documentation](https://coderunner.readthedocs.io/en/latest/)
2423
2524

2625
## Testing
2726

2827
##### Prerequisites
29-
1. Python 3.6+
30-
2. virtualenv
28+
- Python 3.6+
29+
- virtualenv
3130

3231
1. Create virtual environment.
3332
```bash
@@ -43,7 +42,7 @@ pip install -r requirements.txt
4342
```
4443
4. Run tests.
4544
```bash
46-
python3 tests.py
45+
python tests.py
4746
```
4847
5. Lint the project with
4948
```bash

0 commit comments

Comments
 (0)