Skip to content

Commit

Permalink
add: [readme] Quick additional instruction for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Mar 14, 2023
1 parent 6601dbf commit df0c451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ Package details at PyPI: [misp-stix](https://pypi.org/project/misp-stix/)

## Install the latest version from the repository for development purposes

**Note**: poetry is required; e.g., "pip3 install poetry"
**Note**: poetry is required; e.g., `pip3 install poetry`

```
git clone https://github.com/MISP/misp-stix.git && cd misp-stix
git submodule update --init
poetry install
```

If you already have poetry face any issue with it while installing or updating misp-stix with it, you can try `pip3 install -U poetry` to make sure you have a version >= 1.2

### Running the tests

Tests for MISP format export as STIX 1.1.1 & 1.2:
Expand Down

0 comments on commit df0c451

Please sign in to comment.