You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
font-line is built with Python and is tested with Python 2.7 and Python 3.4+ interpreters. You can verify your installed Python version on the command line with the command:
31
+
font-line is built with Python and is tested with Python 3.5+ interpreters. You can verify your installed Python version on the command line with the command:
32
32
33
33
```
34
-
$ python --version
34
+
$ python3 --version
35
35
```
36
36
37
37
Use either of the following methods to install font-line on your system.
@@ -41,10 +41,10 @@ Use either of the following methods to install font-line on your system.
41
41
The latest font-line release is available through the Python Package Index and can be installed with pip:
42
42
43
43
```
44
-
$ pip install font-line
44
+
$ pip3 install font-line
45
45
```
46
46
47
-
To upgrade to a new version of font-line after a pip install, use the command `pip install --upgrade font-line`.
47
+
To upgrade to a new version of font-line after a pip install, use the command `pip3 install --upgrade font-line`.
0 commit comments