Add 'shell' session sequence to code blocks

This commit is contained in:
Kiril Kovachev 2024-11-04 00:36:17 +00:00
parent 9d46c77d07
commit e44eb01910

View File

@ -5,7 +5,7 @@ The page typically says (before it opens) that the applications are not yet open
# Setup # Setup
Go to a directory where you want to install the sniper, and do these commands: Go to a directory where you want to install the sniper, and do these commands:
``` ```shell
git clone https://git.kovachev.xyz/kiril/WarwickAccomSniper git clone https://git.kovachev.xyz/kiril/WarwickAccomSniper
cd WarwickAccomSniper cd WarwickAccomSniper
python3 -m venv .venv python3 -m venv .venv
@ -18,7 +18,7 @@ After that, the setup should be ready and you should be able to run the scripts.
The script is currently quite limited, but you can access it through the `cli_sniper.py` entry point. The script is currently quite limited, but you can access it through the `cli_sniper.py` entry point.
To wit: To wit:
``` ```shell
python cli_sniper.py python cli_sniper.py
``` ```