Skip to content

How to update

MatejKastak edited this page Aug 3, 2022 · 1 revision

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.

  • TBD
  • if not specified otherwise, no action is required