masc
masc copied to clipboard
Upload new package version to pypi and update install instructions
Last released masc version on pypi is for 2017: https://pypi.org/project/masc/
I propose to create the release 0.3 and upload it.
Then change the install instructions in README.md to be pip install masc.
For development we can do pip install -e . after cloning the repo - this can be added to the wiki.
Also some README.md related stuff:
pypandocis not a requirement anymore and should be removed from the readme- The notice about the Yara error seems to be resolved with #34 (using
yara-pythonrequirement instead ofyara)
New release avaiable!
Great!
Would be nice to also make a release on Github and assign it the current version as a tag (v0.3.1).
Also remember that the notice about the Yara error should be outdated and thus removed, as the error seems to be fixed because we are now using yara-python instead of yara as a requirement, and although I only could test on Ubuntu, it should be resolved on Debian as well.
- Notice (url seems to be semi-broken as the H4 contains a
/): https://github.com/sfaci/masc#notice-for-debian-usersdevelopers
You are right ibLedy! We have to make a new release on GitHub. About the yara-python/yara issue, I am not sure how to proceed because I remembered that yara package had some issue in Debian/MacOS (I don't remember exactly). Anyway, it's necessary reopen this issue and take a look to theses problems to fix them. Thanks!!!!!