You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone --recursive https://github.com/VirusTotal/yara-python
cd yara-python
git checkout v3.10.0
This would cause yara-python to be at v3.10.0 but its submodule yara would stay at master (which currently happens to be v3.11.0). User should instead use: git checkout --recurse-submodules v3.10.0.
Documentation may want to include this information to prevent any confusion.
The text was updated successfully, but these errors were encountered:
This would cause
yara-python
to be atv3.10.0
but its submoduleyara
would stay atmaster
(which currently happens to be v3.11.0). User should instead use:git checkout --recurse-submodules v3.10.0
.Documentation may want to include this information to prevent any confusion.
The text was updated successfully, but these errors were encountered: