Skip to content

Manual Installation

Stefano Zaghi edited this page Mar 10, 2015 · 3 revisions

FoBiS.py is a complex program built-up by many python modules. However, a one-file-script wrapper is provided.

The tree structure of the FoBiS.py project is the following:

├── build.py
├── CONTRIBUTING.md
├── examples
│   └──...
├── LICENSE.gpl3.md
├── MANIFEST.in
├── README.md
├── release
│   ├── FoBiS-vx.x.x
│   │   ├── fobis
│   │   ├── FoBiS.py
│   │   └── setup.py
│   └── reports-FoBiS-vx.x.x
│       └──...
└── src
    └──...

What you need for a manual installation is the subdirectory FoBiS-vx.x.x under the release directory (chose the version x.x.x you want). Just copy this subdirectory and make a link to the wrapper script FoBiS.py where your environment can find it.

To download all the available releases, it can be convenient to clone the project:

git clone https://github.com/szaghi/FoBiS

Alternatively, you can directly download a release from GitHub server Release page.

Requirements

Before the installation you must check the requirements for running FoBiS.py.

Clone this wiki locally