Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adryserage authored Jan 15, 2025
1 parent 3ef5929 commit be143b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
[![CodeQL Advanced - Python](/~https://github.com/Adryan-Serage/missing_modules.py/actions/workflows/codeql.yml/badge.svg)](/~https://github.com/Adryan-Serage/missing_modules.py/actions/workflows/codeql.yml)

## Context
A utility script to detect and install missing Python packages in a project.

This module scans through Python files in a directory, identifies imported packages,
checks which ones are missing from the current environment, generates a requirements.txt file,
and optionally installs the missing packages using pip.

## Overview
This Python script automates the management of Python dependencies for a project by:
1. Recursively scanning all Python files in the project directory.
Expand Down

0 comments on commit be143b7

Please sign in to comment.