We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddcdc6 commit 97f68a0Copy full SHA for 97f68a0
README.md
@@ -29,9 +29,13 @@ python3 tests.py
29
```
30
31
### Usage
32
+- Install the package.
33
+```bash
34
+pip install coderunner
35
+```
36
37
```python
-from coderunner import coderunner
38
+import coderunner
39
import pprint
40
41
program_name = "testfiles/" + "test_python.py"
@@ -74,4 +78,4 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
74
78
75
79
## 👋 Contributing
76
80
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