Monday, May 13, 2024

Virtual environment creation for MAC OS

 step-1:pip3 install virtualenv


Step-2:CD Project directory


step-3:python3 -m venv venv


step-4:source ./venv/bin/activate




No comments:

Post a Comment

Accessing Automation Desk With XIL API via Python:

Quick Overview : Replace the HIL API Python import directive with calls to clr.AddReference() (a command of the Python for .NET package), by...