diff --git a/README.md b/README.md index 9aa63f0..e2b6883 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ CVE Tracker is a Python project that allows users to track Common Vulnerabilitie 1. Clone the repository: `git clone https://github.com/Pavel-Sushko/cve-tracker.git` 2. Navigate to the project directory: `cd cve-tracker` -3. Install the required packages: `pip install -r requirements.txt` +3. Install the package: `pip install .` 4. Fetch the latest CVE data from the NVD, and store them in the `data/` directory: `python main.py` ## Contributing