metodi
bts metodi 1
Windows
- Installing Git and Python:
-
Cloning the Repository:
git clone https://git.dota2.pw/cheykrym/metodi.git cd metodi -
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/metodi.git cd metodi -
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/metodi.git cd metodi -
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
Description
Languages
Python
100%