We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de5710 commit bdb13e5Copy full SHA for bdb13e5
labs/06.1-AILB.md
@@ -25,7 +25,11 @@ Begin installing the tool by running the following command:
25
sudo apt install pip -y
26
curl -O https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh
27
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
31
conda create -y -n pyrit-exploitingAI python=3.11
32
+conda activate pyrit-exploitingAI
33
pip install pyrit
34
```
35
The tool is installed and ready to use.
0 commit comments