Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Create install_environment.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesVonHamsterviel authored Jun 27, 2022
1 parent d8506fc commit 6176320
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions install_environment.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
@echo off

echo Press Any Key To Start Environment Installation...
pause

pip install pyserial
pip install telepot
pip install phone
pip install configparser
pip install idna

pip3 install pyserial
pip3 install telepot
pip3 install phone
pip3 install configparser
pip3 install idna

echo Finish!
pause
exit

0 comments on commit 6176320

Please sign in to comment.