Objective is to Clone a python repo and execute its code.
- clone repository
git clone https://github.com/Badr-MOUFAD/test-git-remote-repo
- create a virtual environment where to install python package instead of installing them globally
py -m venv venv
- activate the virtual environment
.\venv\Script\activate
- install repo packages
pip install -r requirement.txt
Et Voilà! you can run python script
py .\m_pack\script_1.py