From 9e75f7e4999a5cc7941587e358967f4ea5c7e7ea Mon Sep 17 00:00:00 2001 From: Jiyeong Seok <50347670+dd-jy@users.noreply.github.com> Date: Thu, 2 May 2024 18:50:53 +0900 Subject: [PATCH] Update 3_dependency.md --- scanner/3_dependency.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scanner/3_dependency.md b/scanner/3_dependency.md index f154f2d..c1715e0 100644 --- a/scanner/3_dependency.md +++ b/scanner/3_dependency.md @@ -115,10 +115,15 @@ $ gradlew generateLicenseTxt **Prerequisite for Pypi** ```tip - You can run this tool with virtual environment for separating the project dependencies from system global dependencies. -- If the 'requirements.txt' file is located in the input path, FOSSLight Dependency Scanner can automatically install and analyze the dependencies. So you can skip the prerequisite for Pypi. +- If the 'requirements.txt' file is located in the input path, FOSSLight Dependency Scanner can automatically install and analyze the dependencies. So you can skip from the prerequisite step2 for Pypi. ``` -1. Create and activate the virtual environment +1. python3-venv를 설치합니다. +``` +$ sudo apt-get install python3-venv +``` + +2. Create and activate the virtual environment ``` // virtualenv example $ virtualenv -p /usr/bin/python3.7 venv