We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20210d1 commit c5c8493Copy full SHA for c5c8493
2 files changed
README.md
@@ -28,13 +28,6 @@ Documentation can be found here: <https://jmu-cs.github.io/jmu_python_gradescope
28
pip3 install git+https://github.com/JMU-CS/jmu_python_gradescope_utils.git
29
```
30
31
-This will automatically install all dependencies except
32
-`gradescope-utils` which can be installed as:
33
-
34
-```
35
-pip3 install gradescope-utils>=0.3.1
36
37
38
## Instructions
39
40
See `examples/hello_world_autograder/` for a sample autograder.
setup.py
@@ -10,6 +10,7 @@
10
author_email='nathan.r.sprague@gmail.com',
11
description='Python Gradescope utilities',
12
install_requires=[
13
+ 'gradescope-utils',
14
'flake8',
15
'coverage',
16
'pep8-naming',
0 commit comments