Open baryluk opened 5 years ago
./configure.py complains about missing Python library and asks to do python3 -m pip install --user docopt ninja-syntax. Yes it does work. But README.md doesn't mention this.
./configure.py
python3 -m pip install --user docopt ninja-syntax
README.md
It doesn't mention need for a ninja either.
ninja
./configure.py
complains about missing Python library and asks to dopython3 -m pip install --user docopt ninja-syntax
. Yes it does work. ButREADME.md
doesn't mention this.It doesn't mention need for a
ninja
either.