hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
479 stars 118 forks source link

Fixing the bug for cloning the code repository and installing with the `pip install .` command. #211

Open PinxuanHuang opened 1 year ago

PinxuanHuang commented 1 year ago

Hello, when I cloned this code repository and installed it using pip install ., I encountered an error in setup.py regarding install_requires(dependencies). I hope to fix this issue through this pull request.

Thank you.