Skip to content

Commit

Permalink
fix: [internal] README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Jan 6, 2024
1 parent 2e9d9ac commit 23213d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 23213d2

Please sign in to comment.