diogo-fernan / malsub

A Python RESTful API framework for online malware analysis and threat intelligence services.
Other
365 stars 83 forks source link

Issue Installing and Running #7

Closed torimeier closed 6 years ago

torimeier commented 6 years ago

I'm having troubles installing and running the malsub project.

I downloaded all the requirements in requirements.txt, then tried to run the setup.py script with the commands: sudo python3 setup.py build sudo python3 setup.py install

Both these commands give me errors. The error that appears in both is: error: [Errno 21] Is a directory: 'malsub'

Do you have any more instructions for installing this project?