Skip to content

Commit ab19f29

Browse files
author
Michele Simionato
committed
Fixed english [ci skip]
1 parent 2ae0cac commit ab19f29

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
)
6565
else:
6666
if os.path.exists("python\\python._pth.old"):
67-
print("This is method of the installation from the installer " "windows")
67+
print("Installing on Windows")
6868
else:
6969
sys.exit(
7070
"venv is missing! Please see the documentation of your "
@@ -75,8 +75,7 @@
7575
if PYVER < (3, 10, 0):
7676
sys.exit(
7777
"Error: you need at least Python 3.10, but you have %s"
78-
% ".".join(map(str, sys.version_info))
79-
)
78+
% ".".join(map(str, sys.version_info)))
8079
CDIR = os.path.dirname(os.path.abspath(__file__))
8180
REMOVE_VENV = """Found pre-existing venv %s
8281
If you proceeed you will have to reinstall manually any software other

0 commit comments

Comments
 (0)