Skip to content

PyPI Installation, the Python Package Index

Stefano Zaghi edited this page Feb 6, 2015 · 1 revision

FoBiS.py can be installed by means of pip, the python installer that search into the PyPI (Python Package Index) for packages and automatically install them (and their dependencies). Just type:

pip install FoBiS.py

Note that you need root permissions if you are not using your virtualenv or you are trying to install FoBiS.py into your system space.

It is also worth noting that the pip installation will allow you to directly import FoBiS.py code-packages into your Python application by means of module import, e.g.

from fobis.Builder import Builder

will import the Builder class into your python application.

Clone this wiki locally