Skip to content

Installation

Thomas Soenen edited this page Aug 23, 2019 · 2 revisions

This component is implemented in Python3. Its requirements are specified here.

Automated

The automated installation requires pip (more specifically pip3).

$ pip install git+https://github.com/sonata-nfv/tng-sdk-sm

Manual

$ git clone [email protected]:sonata-nfv/tng-sdk-sm.git
$ cd tng-sdk-sm
$ python setup.py install
Clone this wiki locally