Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 348 Bytes

To Create a virtual environment called 'smartagri': python3 -m venv smartagri To start/activate the environment: source smartagri/bin/activate To stop/exit the environment: deactivate All modules required for the project will be installed inside this virtual environment in order to avoid conflict with global system.

Modules required: RPi.GPIO //