We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecf75fb + e085fb5 commit 299df39Copy full SHA for 299df39
README.md
@@ -44,12 +44,12 @@ used multiple times, for different options
44
* `-x|--execute` - executes the command specified and exits
45
46
In order to run `opensips-cli` without installing it, you have to export the
47
-`PYTHONPATH` variable to the root of the `opensipscli` package. If you are in
48
-the root of the project, simply do:
+`PYTHONPATH` variable to the root of the `opensips-cli` and `python-opensips`
+packages. If you installed the two packages under `/usr/local/src`, simply do:
49
50
```
51
-export PYTHONPATH=.
52
-bin/opensips-cli
+export PYTHONPATH=/usr/local/src/opensips-cli:/usr/local/src/python-opensips
+/usr/local/src/opensips-cli/bin/opensips-cli
53
54
55
### Python Module
0 commit comments