Skip to content

Data Engineering course resources and materials

Notifications You must be signed in to change notification settings

athlatif/Tweeq_DE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweeq_DE

Data Engineering course resources and materials

create a virtual environment:

1- run on the terminal: pip install virtualenv

2- go to the directory of the project and run on the terminal: virtualenv env -- or -- python3 -m venv envname

3-Activate virtualenv by running:
mac: source env/bin/activate windows: source env/Scripts/activate

4- Install requirmenets file pip freeze > requirements.txt

About

Data Engineering course resources and materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published