Skip to content

Commit bdb13e5

Browse files
authored
Update 06.1-AILB.md
1 parent 3de5710 commit bdb13e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

labs/06.1-AILB.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ Begin installing the tool by running the following command:
2525
sudo apt install pip -y
2626
curl -O https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh
2727
bash ~/Anaconda3-2024.10-1-Linux-x86_64.sh
28+
eval "$(/home/benb/anaconda3/bin/conda shell.zsh hook)"
29+
conda init zsh
30+
source ~/.zshrc
2831
conda create -y -n pyrit-exploitingAI python=3.11
32+
conda activate pyrit-exploitingAI
2933
pip install pyrit
3034
```
3135
The tool is installed and ready to use.

0 commit comments

Comments
 (0)