Skip to content
  • Installing Additional Python Packages in Sim4Life Environment

    Solved Python API
    8
    1 Votes
    8 Posts
    108 Views
    SylvainS

    then it means that you can find python.exe in this directory:
    C:\Program Files\Sim4Life_7.2.3.12730\Python

    So you should be able to run:

    "C:\Program Files\Sim4Life_7.2.3.12730\Python\python.exe" -m pip install package_name

    from Windows' console (NOT the Console of Sim4Life)