Hello,I 'm trying to use setuptools to compile,and can I download requirements from local repository.I mean something like:
-f C:/some/path/panda3d
Instead of :
panda3d
in requirements?
Hello,I 'm trying to use setuptools to compile,and can I download requirements from local repository.I mean something like:
-f C:/some/path/panda3d
Instead of :
panda3d
in requirements?
Yes, if you have downloaded or compiled a .whl of Panda3D, you can add -f path
with the path to the folder containing the .whl on a line on its own to your requirements.txt. You do still need to specify panda3d
, though.