Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 838ef13

Browse files
committed
remove Unicode from README - this caused issues on Windows install
1 parent cd6f7d1 commit 838ef13

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,16 +533,16 @@ $ pip install importlib_resources
533533
$
534534
```
535535

536-
It will show up if you are running on an older system. For example, this is the results from running on Win7):
536+
It will show up if you are running on an older system. For example, this is the results from running on Win7:
537537

538538
```bash
539-
U:\Users\████>cli4 -e
539+
U:\Users\Bobby>cli4 -e
540540
Module "importlib_resources" missing - please "pip install importlib_resources" as your Python version is lower than 3.9
541541

542-
U:\Users\████>python -V
542+
U:\Users\Bobby>python -V
543543
Python 3.8.3
544544

545-
U:\Users\████>
545+
U:\Users\Bobby>
546546
```
547547

548548
Upgrading from an older version of Python is always recommended. Upgrading from Win7 is by-default even more important!

0 commit comments

Comments
 (0)