We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce90ef commit d589e1eCopy full SHA for d589e1e
1 file changed
README.md
@@ -14,20 +14,19 @@
14
## Usage
15
16
- Install `coderunner`.
17
-```bash
18
-pip install coderunner
19
-```
+
+`pip install coderunner`
20
21
## Documentation
22
23
-[CodeRunner Documentation](https://coderunner.readthedocs.io/en/latest/)
+> [CodeRunner Documentation](https://coderunner.readthedocs.io/en/latest/)
24
25
26
## Testing
27
28
##### Prerequisites
29
-1. Python 3.6+
30
-2. virtualenv
+- Python 3.6+
+- virtualenv
31
32
1. Create virtual environment.
33
```bash
@@ -43,7 +42,7 @@ pip install -r requirements.txt
43
42
```
44
4. Run tests.
45
46
-python3 tests.py
+python tests.py
47
48
5. Lint the project with
49
0 commit comments