Skip to content

Commit ed03822

Browse files
committed
chg: [install] add the uv installation to allow the install of
misp-modules on system without the required Python version
1 parent 6720a21 commit ed03822

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

documentation/mkdocs/install.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Install via uv
2+
3+
If you don't have a recent version of Python or are missing some dependencies, `uv` can be used to install the required Python version.
4+
5+
- `curl -LsSf https://astral.sh/uv/install.sh | sh`
6+
- `uv venv --python=3.12 .venv`
7+
- `source .venv/bin/activate`
8+
- `git clone https://github.com/MISP/misp-modules.git && cd misp-modules`
9+
- `uv pip install .[all]`
10+
- `misp-modules`
11+
112
## Install from pip
213

314
It is strongly recommended to use a virtual environment

0 commit comments

Comments
 (0)