-
Notifications
You must be signed in to change notification settings - Fork 35
Manual Installation
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-master
│ │ ├── fobis
│ │ ├── FoBiS.py
│ │ └── setup.py
│ └── reports-FoBiS-master
│ └──...
└── src
└──...
What you need for a manual installation is the subdirectory FoBiS-master
under the release
directory. Just copy this subdirectory and make a link to the wrapper script FoBiS.py
where your environment can find it, or for a pythonish installation do:
cd release/FoBiS-master
python setup.py install
The release/FoBiS-master
is the only always tracked and it contains the master branch of FoBiS. Other releases could be optionally tracked, but they are not intended to be installed on a production system.
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.
Before the installation you must check the requirements for running FoBiS.py.
-
Getting-Started
- A Taste of FoBiS.py
- fobos: the FoBiS.py makefile
- FoBiS.py in action
- FAQ