Skip to content

Basic steps to clone a python repo and execute its code

Notifications You must be signed in to change notification settings

Badr-MOUFAD/test-python-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic steps to clone a python repo and execute its code

Topics

Resources

Stars

Watchers

Forks

Languages