[README] Replace "Un*x" with "Unix-like"
Fixes https://github.com/fonttools/fonttools/issues/3416
This commit is contained in:
parent
701b06f3c6
commit
bf37f57211
@ -44,7 +44,7 @@ Python 3 `venv <https://docs.python.org/3/library/venv.html>`__ module.
|
|||||||
# create new virtual environment called e.g. 'fonttools-venv', or anything you like
|
# create new virtual environment called e.g. 'fonttools-venv', or anything you like
|
||||||
python -m virtualenv fonttools-venv
|
python -m virtualenv fonttools-venv
|
||||||
|
|
||||||
# source the `activate` shell script to enter the environment (Un*x); to exit, just type `deactivate`
|
# source the `activate` shell script to enter the environment (Unix-like); to exit, just type `deactivate`
|
||||||
. fonttools-venv/bin/activate
|
. fonttools-venv/bin/activate
|
||||||
|
|
||||||
# to activate the virtual environment in Windows `cmd.exe`, do
|
# to activate the virtual environment in Windows `cmd.exe`, do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user