Skip to content

Commit b391eac

Browse files
committed
add command for running attackmate in uv venv
1 parent b11e8fd commit b391eac

File tree

1 file changed

+13
-2
lines changed
  • docs/source/installation

1 file changed

+13
-2
lines changed

docs/source/installation/uv.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,22 @@ Installation Steps
4141

4242
$ uv build
4343

44-
5. Install AttackMate using
44+
5. Install AttackMate and it`s dependencies using
4545

4646
::
4747

48-
$ uv pip install
48+
$ uv pip install .
4949

5050

51+
6. You can run AttackMate in the project environment with
5152

53+
::
54+
55+
$ uv run attackmate
56+
57+
58+
59+
.. warning::
60+
61+
Please note that you need to :ref:`sliver-fix` if you want
62+
to use the sliver commands!

0 commit comments

Comments
 (0)