QUESTION How a 3rd party python package can be used within a mod app?

Discussion in 'Apps' started by FitbyBit, Jan 10, 2022.

  1. FitbyBit

    FitbyBit New Member

    Joined:
    Jan 10, 2022
    Messages:
    10
    Likes Received:
    4
    I'm developing some headless app, and I need to use a python package.
    In python env, it's simple,
    Code:
    pip install some-package
    and that's it.
    But we do not run some installation process in AC, don't we?

    So, what's the best practice? Just copy?
     
  2. fughettaboutit

    fughettaboutit aka leBluem

    Joined:
    Jul 21, 2014
    Messages:
    1,117
    Likes Received:
    379
    yep and pray it doesnt need much else
     
  3. fughettaboutit

    fughettaboutit aka leBluem

    Joined:
    Jul 21, 2014
    Messages:
    1,117
    Likes Received:
    379
    all available modules you find in
    ...steamapps\common\assettocorsa\system\x64\Python33.zip
     
    FitbyBit likes this.
  4. FitbyBit

    FitbyBit New Member

    Joined:
    Jan 10, 2022
    Messages:
    10
    Likes Received:
    4
    Got it, thanks for the reference.
     
: package, mod
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice