lacker / seticore

A high-performance implementation of some core SETI algorithms that can be included in other programs.
MIT License
3 stars 6 forks source link

Amend README concerning ninja installation #15

Closed texadactyl closed 2 years ago

texadactyl commented 2 years ago

Users may not be able to install ninja via apt because they do not have admin/root access. This is an effective alternative:

python3 -m pip install --user -U ninja

Also, all references to pip should be amended to use pip as a module: python3 -m pip .....

lacker commented 2 years ago

I agree; fixed in https://github.com/lacker/seticore/commit/fba21abe47c01ceabc8ae7bf6538a1714f7c19d3