wallds / NoVmpy

BSD 3-Clause "New" or "Revised" License
377 stars 66 forks source link

Add missing flag to git clone, vs2022 note #6

Closed es3n1n closed 2 years ago

es3n1n commented 2 years ago

added --recursive flag to git clone because we need to fetch all submodules from git repo along with the source (i can see that setup.py is clonning external libs if there are no libs, but in my case it still wouldn't allow to properly install, so --recursive flag fixed this issue ¯\(ツ)/¯) also added a note that you would need to update extras list in setup.py if you are trying to compile it on vs2022

wallds commented 2 years ago

thank you