X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=31ba421ba06aa626a0eb156a756e6540a890194c;hb=95906762b28a11be154572dae68e354219ebcf03;hp=6c37a68a91da0f327ca67a31525459cbd8fab2c3;hpb=dd318382c3522250d68fbc9d9c3c09fa97ec3eb5;p=osm%2Fvim-emu.git diff --git a/README.md b/README.md index 6c37a68..31ba421 100755 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ Despite of this son-emu has the following dependencies: * [flask_restful](https://pypi.python.org/pypi/Flask-RESTful) >= 0.3 (BSD) * [networkx](https://pypi.python.org/pypi/networkx/) >= 1.11 (BSD) * [oslo.config](http://docs.openstack.org/developer/oslo.config/) >= 3.9.0 (Apache 2.0) -* [paramiko](https://pypi.python.org/pypi/paramiko/1.16.0) >= 1.6 (LGPL) * [prometheus_client](https://pypi.python.org/pypi/prometheus_client) >= 0.0.13 (Apache 2.0) * [pyaml](https://pypi.python.org/pypi/pyaml) >=15.8.2 (WTFPL) * [pytest-runner](https://pypi.python.org/pypi/pytest-runner) >= 2.8 (MIT) @@ -141,8 +140,9 @@ This example shows how to deploy a SONATA example package in the emulator using Note: The [son-push](https://github.com/mpeuster/son-cli) tool can be used instead of CURL. -### CLI Commands +### Further Documentation * [Full CLI command documentation](https://github.com/sonata-nfv/son-emu/wiki/CLI-Command-Overview) +* [Requirements for Docker containers executed by the emulator](https://github.com/sonata-nfv/son-emu/wiki/Container-Requirements) ## License