Closed alexblack closed 8 years ago
Following along here: https://dev.3dr.com/advanced-python.html
root@3dr_solo:/opt/my_python_code# virtualenv env New python executable in env/bin/python Installing setuptools, pip, wheel...done. root@3dr_solo:/opt/my_python_code# source ./env/bin/activate (env)root@3dr_solo:/opt/my_python_code# ls ./ env/ pymavlink-1.1.72-py2-none-py27.whl ../ hello_solo.py requirements.txt dronekit-2.4.0-py2-none-py27.whl monotonic-0.6-py2-none-py27.whl (env)root@3dr_solo:/opt/my_python_code# pip install --no-index *.whl -UI Ignoring indexes: https://pypi.python.org/simple dronekit-2.4.0-py2-none-py27.whl is not a supported wheel on this platform. (env)root@3dr_solo:/opt/my_python_code#
Following along here: https://dev.3dr.com/advanced-python.html