Skip to content

Commit 97f68a0

Browse files
authored
Update README.md
1 parent 4ddcdc6 commit 97f68a0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ python3 tests.py
2929
```
3030

3131
### Usage
32+
- Install the package.
33+
```bash
34+
pip install coderunner
35+
```
3236

3337
```python
34-
from coderunner import coderunner
38+
import coderunner
3539
import pprint
3640

3741
program_name = "testfiles/" + "test_python.py"
@@ -74,4 +78,4 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
7478

7579
## 👋 Contributing
7680

77-
Please read the [CONTRIBUTING](CONTRIBUTING.md) file for the process of submitting pull requests to us.
81+
Please read the [CONTRIBUTING](CONTRIBUTING.md) file for the process of submitting pull requests to us.

0 commit comments

Comments
 (0)