Skip to content

Commit

Permalink
Update 3_dependency.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-jy authored May 2, 2024
1 parent 91a3736 commit 9e75f7e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scanner/3_dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,15 @@ $ gradlew generateLicenseTxt
<summary markdown="span">**Prerequisite for Pypi**</summary>
```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
Expand Down

0 comments on commit 9e75f7e

Please sign in to comment.