From 04a749645c62916b22f4a330d99675dda6b63516 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Fri, 3 Nov 2023 16:42:40 +0100 Subject: [PATCH] Move all business logic code under template folder - change start command Issue-ID: OAM-385 Change-Id: Iddebc5c73399f6453281aa452650baea6c079a02 Signed-off-by: Martin Skorupski --- code/network-generator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/network-generator/README.md b/code/network-generator/README.md index 11851c8..0f91dfb 100644 --- a/code/network-generator/README.md +++ b/code/network-generator/README.md @@ -28,7 +28,7 @@ Please follow the libyang [installation instructions](https://github.com/CESNET/ ## Usage ``` -python3 network_generator.py config.json +python3 -m network_generation config.json ``` ## Output -- 2.16.6