Skip to content

Instantly share code, notes, and snippets.

@akashdktyagi
Created January 16, 2024 10:11
Show Gist options
  • Save akashdktyagi/a85442e85f546609b56488dc3e087168 to your computer and use it in GitHub Desktop.
Save akashdktyagi/a85442e85f546609b56488dc3e087168 to your computer and use it in GitHub Desktop.
Create python virtual env and activate it
python3 -m venv venv
source venv/bin/activate
pip install njsscan
njsscan
// Deactivate
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment