huertatipografica / Andada-Pro

Andada is a text font with an organic-slab serif, hybrid style, a solid design of medium stroke contrast.
SIL Open Font License 1.1
27 stars 4 forks source link

Font build instructions error #21

Closed fiernot closed 3 years ago

fiernot commented 3 years ago

Hello @CaroGiovagnoli and @RosaWagner

There is an error in the build instructions here.

It is stated there to run pip3 -m env env. pip3 is only used to install/update/remove packages. It is the python binary that is used to create the virtual environment, like this:

python3 -m env env

Of course, using python3, pip3, python or pip depends on your build environment. My comments are based on MacOS, where Python 3 is not the default installed version.

RosaWagner commented 3 years ago

apologies, it is indeed the command:

python3 -m venv env

I don't know why I wrote pip3 honnestly

RosaWagner commented 3 years ago

It is fixed :)

fiernot commented 3 years ago

Thanks!