blawar / nut

GNU General Public License v3.0
1.12k stars 193 forks source link

Update README.md #471

Closed hi-im-vika closed 1 year ago

hi-im-vika commented 1 year ago

M1 installation instructions additions:

Modify virtualenv command to explicitly specify python3.9, otherwise it may default to latest python3 installed on machine. This was an issue for me, and as a result, I could not compile zstandard or pycurl properly.

Add --no-cache-dir to pycurl installation for M1, otherwise pycurl installation may ignore PYCURL_SSL_LIBRARY, LDFLAGS, and CPPFLAGS variables and install a locally cached version instead.

introkun commented 1 year ago

Looks good to me