Why there is not a main function to run the project? #476
-
Sorry, I have tried to install gnpy by downloading Python packages and just using Pip install. However, I always cannot find the script, which calls 'gnpy-transmission-example'. I refer to the previous discussion and failed to solve this problem. Maybe should I try the docker? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's not clear what you are asking. There is no script which calls https://github.com/Telecominfraproject/oopt-gnpy/blob/master/gnpy/tools/cli_examples.py#L111 The
|
Beta Was this translation helpful? Give feedback.
It's not clear what you are asking. There is no script which calls
gnpy-transmission-example
.gnpy-transmission-example
is an autogenerated script, which just calls thetransmission_main_example
function incli_examples.py
:https://github.com/Telecominfraproject/oopt-gnpy/blob/master/gnpy/tools/cli_examples.py#L111
The
gnpy-transmission-example
script itself is normally installed in the bin directory in your Python virtual environment but its content is not very interesting: