Typo
This commit is contained in:
parent
920554d465
commit
886c0c95e4
@ -51,7 +51,7 @@ try:
|
||||
except ImportError:
|
||||
logging.error(
|
||||
"Please install davtelepot library.\n"
|
||||
"The use if a python virtual environment is advised.\n\n"
|
||||
"Using a python virtual environment is advised.\n\n"
|
||||
"```bash\n"
|
||||
"pip -m venv env\n"
|
||||
"env/bin/pip install davtelepot\n"
|
||||
|
@ -15,7 +15,7 @@ try:
|
||||
except ImportError:
|
||||
logging.error(
|
||||
"Please install davtelepot library.\n"
|
||||
"The use if a python virtual environment is advised.\n\n"
|
||||
"Using a python virtual environment is advised.\n\n"
|
||||
"```bash\n"
|
||||
"pip -m venv env\n"
|
||||
"env/bin/pip install davtelepot\n"
|
||||
|
@ -11,7 +11,7 @@ try:
|
||||
except ImportError:
|
||||
logging.error(
|
||||
"Please install davtelepot library.\n"
|
||||
"The use if a python virtual environment is advised.\n\n"
|
||||
"Using a python virtual environment is advised.\n\n"
|
||||
"```bash\n"
|
||||
"pip -m venv env\n"
|
||||
"env/bin/pip install davtelepot\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user