You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python setup.py build_ext -i # -i is short for --inplace
Inside setup.py is code that lists hashmapd/compiled.pyx as something that needs compiling. setup.py uses Cython to convert it to compiled.c and then compiles that to compiled.so, which python can import and use.