Closed ashtonwebster closed 6 years ago
Almost!
When installing Cuckoo manually, use: $ python setup.py sdist develop
(or install
instead of develop
if you are not going to edit any Cuckoo files) after running $ python stuff/monitor.py
Some extra actions need to be performed by the install script when installing manually. This is to create a file used by the working directory. These actions are triggered by the sdist
argument.
Thanks for your help! Is this worth adding to the documentation, or is this just something obvious I wasn't aware of?
It is not obvious, I don't think it is in there. I will add it to the documentation soon. Thanks for the issue!
It's mentioned in the development docs, https://cuckoo.sh/docs/development/package.html, but in a more prominent place would make sense too. @RicoVZ will take care of this, thanks!
Hello,
How does one install cuckoo from source?
Currently, I git clone the source, run
python stuff.monitor.py
, runpip install .
, which all succeeds without issue. However, when I runcuckoo -d
, I get the following output:I have installed using pip install cuckoo without issue, but I need to make some modifications to the source, so that is why I want to install it from source.
Let me know if there is any other info I can provide to assist in figuring this out.