Skip to content

Commit d839b2b

Browse files
authored
Fix README.md
1 parent 6a4cce3 commit d839b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python -m venv lovdenv
2323
source ./lovdenv/bin/activate
2424

2525
# Upgrade `pip` to the latest version, as a best practice.
26-
pip install --self-upgrade
26+
pip install --upgrade pip
2727

2828
# Install the package.
2929
pip install lovdtools

0 commit comments

Comments
 (0)