How to install a python library manually

后端 未结 3 572
迷失自我
迷失自我 2020-12-15 18:43

I built quickfix engine (http://www.quickfixengine.org/) for one of my tasks and also built in python support for it.

Unfortunately this is a multi user env and I do

3条回答
  •  感动是毒
    2020-12-15 19:06

    Here is the official FAQ on installing Python Modules: http://docs.python.org/install/index.html

    There are some tips which might help you.

提交回复
热议问题