diff options
Diffstat (limited to 'test/mocks/ran-nssmf-simulator/README.md')
-rw-r--r-- | test/mocks/ran-nssmf-simulator/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/mocks/ran-nssmf-simulator/README.md b/test/mocks/ran-nssmf-simulator/README.md new file mode 100644 index 000000000..5a8958740 --- /dev/null +++ b/test/mocks/ran-nssmf-simulator/README.md @@ -0,0 +1,19 @@ +# External RAN NSSMF Simulator for Network Slicing Use Case + +There are two options to run the simulator: + +## Option 1. Directly run it in the current directory: + +``` +1. pip3 install -r requirements.txt + +2. python3 main.py +``` + +## Option 2. Install it using setuptools, and run it in any directory: + +``` +1. python3 setup.py install --user + +2. python3 -m RanNssmfSimulator.MainApp +``` |