Clone the repository and go to it in the command line:
git clone https://github.com/Hlompy/yacut.git
cd yacut
Create and activate the virtual environment:
python3 -m venv venv
- If you are on Linux/macOS
source venv/bin/activate
- If you are on windows
source venv/scripts/activate
Install dependencies from the requirements.txt file:
python3 -m pip install --upgrade pip
pip install -r requirements.txt