mirror of
https://github.com/guezoloic/BakersAdventure.git
synced 2026-03-28 18:03:43 +00:00
8 lines
90 B
Batchfile
Executable File
8 lines
90 B
Batchfile
Executable File
@echo off
|
|
|
|
pip install -r requirements.txt
|
|
|
|
echo.
|
|
echo installation is ready
|
|
|
|
pause |