If you don’t have YLS installed yet. Please follow the installation steps described here instead.

This document will guide how to update your yls installation.

YLS - update

Global installation

pip install -U yls-yara

Virtual Environment installation

Windows

:: Source venv where you previously installed yls
yls\env\Scripts\activate.bat
pip install -U yls-yara

Linux

# Source venv where you previously installed yls
. /home/user/yls/env/bin/activate
pip install -U yls-yara

Extensions - update

This section will provide instructions how to update editor extensions linked with yls.

VsCode

  • TBD

    Vim/NeoVim

  • if not specified otherwise, no action is required

Copyright © 2022 Avast Software.