abe79f18a9 | ||
---|---|---|
.gitignore | ||
README.md | ||
main.py | ||
requirements.txt |
README.md
chezahuynya1
bts metodi 1
Windows
- Installing Git and Python:
-
Cloning the Repository:
git clone https://git.dota2.pw/cheykrym/chezahuynya1.git cd chezahuynya1
-
Creating a Virtual Environment:
python -m venv env
-
Installing Dependencies:
.\env\Scripts\pip.exe install -r .\requirements.txt
-
Running the Project:
.\env\Scripts\python.exe .\main.py
Mac
-
Installing Git and Python:
-
-
Cloning the Repository:
git clone https://git.dota2.pw/cheykrym/chezahuynya1.git cd chezahuynya1
-
Creating a Virtual Environment:
python3 -m venv env
-
Installing Dependencies:
. ./env/bin/activate pip3 install -r requirements.txt deactivate
-
Running the Project:
env/bin/python3 main.py
Linux
-
Installing Git and Python:
sudo apt update sudo apt -y install git sudo apt -y install python3 sudo apt -y install python3-pip
-
Cloning the Repository:
git clone https://git.dota2.pw/cheykrym/chezahuynya1.git cd chezahuynya1
-
Creating a Virtual Environment:
python3 -m venv env
-
Installing Dependencies:
. ./env/bin/activate pip3 install -r requirements.txt deactivate
-
Running the Project:
env/bin/python3 main.py