From 85ac94cc1cb616250140ee2c41931b41da44f267 Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Sat, 6 Jan 2024 11:47:37 +0100 Subject: [PATCH] fix: [internal] README typos --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c1509f..89da00f 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,6 @@ logging.basicConfig(level=logging.DEBUG, filename="debug.log", filemode='w', for # From poetry pytest --cov=pymisp tests/test_*.py tests/testlive_comprehensive.py:TestComprehensive.[test_name] - ``` ## Documentation @@ -180,9 +179,9 @@ poetry build mv dist/*.whl offline/packages/ ``` -2. Copy the content of `offline/packages/` to the machine with no internet access. +3. Copy the content of `offline/packages/` to the machine with no internet access. -3. Install the packages: +4. Install the packages: ```bash python -m pip install --no-index --no-deps packages/*.whl