added model installement instruction in the code example

This commit is contained in:
Roy Ashcenazi 2023-05-10 13:55:46 +03:00
parent bfda0a9c78
commit a2d4212b65

View File

@ -10,6 +10,7 @@
"code_language": "python",
"author": "Roy Ashcenazi",
"code_example": [
"# You'll need to install the trained model, see instructions in the description section",
"from parsigs.parse_sig_api import StructuredSig, SigParser",
"sig_parser = SigParser()",
"",