Installation
This sections covers the step-step instruction about the Lyftrondata connector installation. It's must to have Python 3.9 as the default version for our drivers to work efficiently.
Last updated
winget install -e --id Python.Python -v 3.9.0
python3 -m venv myvenv
source venv/bin/activate
pip install Lyftrondata_Mylibrary.whlbrew install python@3.9
python3 -m venv myvenv
source venv/bin/activate
pip install Lyftrondata_Mylibrary.whlpip list pip uninstall Lyftrondata_Mylibrary.whlimport Lyftrondata.MyConnector.lib.Lyftrondata_MyConnector_Connector as con
lyft = con.Connect("My Lyftrondata license key")