Data Engineering course resources and materials
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