Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 514 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 514 Bytes

This is a test python repo

Objective is to Clone a python repo and execute its code.

Steps

  1. clone repository

git clone https://github.com/Badr-MOUFAD/test-git-remote-repo

  1. create a virtual environment where to install python package instead of installing them globally

py -m venv venv

  1. activate the virtual environment

.\venv\Script\activate

  1. install repo packages

pip install -r requirement.txt

Execute script

Et Voilà! you can run python script

py .\m_pack\script_1.py