Skip to content

Commit 8858696

Browse files
authored
Fix minor typos and links in README.md
1 parent 1a05029 commit 8858696

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Classroom](https://classroom.github.com/) to effectively handle those tasks.
105105

106106
## Installing GatorGrader
107107

108-
Installing GatorGrader is not necessary if you intend to use it through [GatorGrade](https://github.com/GatorEducator/gatorgrader).
108+
Installing GatorGrader is not necessary if you intend to use it through [GatorGrade](https://github.com/GatorEducator/gatorgrade).
109109
If you want to participate in the development of GatorGrader, the project
110110
maintainers suggest the use of [Pyenv](https://github.com/pyenv/pyenv) to
111111
install Python 3.7 or above. In addition to installing [Git](https://git-scm.com/)
@@ -133,8 +133,8 @@ The developers use [Pytest](https://docs.pytest.org/en/latest/) for the testing
133133
of GatorGrader. Depending on your goals, there are several different
134134
configurations in which you can run the provided test suite. If you want to run
135135
the test suite to see if the test cases are passing, then running this command
136-
in a terminal window will perform testing with the version of Python to which
137-
Pipenv's virtual environment is currently bound.
136+
in a terminal window will perform testing with the version of Python with which
137+
Poetry's virtual environment was initialized.
138138

139139
```
140140
poetry run task test
@@ -146,8 +146,8 @@ Along with running the test suite, the developers of GatorGrader use statement
146146
and branch coverage to enhance their testing activities. To see the coverage of
147147
the tests while also highlighting the lines that are not currently covered by
148148
the tests, you can run this command in a terminal window. As with the previous
149-
command, this will run the tests in the version of Python to which Pipenv's
150-
virtual environment is currently bound.
149+
command, this will run the tests in the version of Python with which Poetry's
150+
virtual environment was initialized.
151151

152152
```
153153
poetry run task cover
@@ -165,7 +165,7 @@ commands will install `pipx`, a program that supports the execution of Python
165165
packages in isolated environments. The second command makes the directory
166166
`~/.local/bin/` a part of the search path for executable Python programs and the
167167
third one installs the `invoke` command so that it is available on your
168-
workstation outside of a virtual environment managed by Pipenv, thereby ensuring
168+
workstation outside of a virtual environment managed by Poetry, thereby ensuring
169169
that it is always available to run tasks.
170170

171171
```
@@ -189,7 +189,7 @@ and 3.7.3, then you can run the following command.
189189
invoke -c scripts/tasks cover --pyenv 3.6.8 --pyenv 3.7.3
190190
```
191191

192-
You can switch the version to which Pipenv is bound by running the following
192+
You can switch the version with which Poetry is initialized by running the following
193193
command that adopts, for instance, Python 3.7.3.
194194

195195
```

0 commit comments

Comments
 (0)