google / grr-doc

Documentation for the GRR Rapid Reponse framework
https://grr-doc.readthedocs.io/
Apache License 2.0
299 stars 154 forks source link

Update virtual and node environments #142

Closed Tati1701 closed 2 years ago

Tati1701 commented 2 years ago

For Python3, venv is used (rather than virtualenv). Updating the documentation to reflect the updated commands for the virtual environment setup. Also updates node version to a more recent one (old one is no longer used) when setting up Node.js environment. Finally, adding && \ in between commands for installing GRR packages. This way, we'll stop installation in the first failure (avoids missing issues).