Skip to content

Commit 299df39

Browse files
Merge pull request #140 from ovidiusas/master
Documentation updates
2 parents ecf75fb + e085fb5 commit 299df39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ used multiple times, for different options
4444
* `-x|--execute` - executes the command specified and exits
4545

4646
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:
47+
`PYTHONPATH` variable to the root of the `opensips-cli` and `python-opensips`
48+
packages. If you installed the two packages under `/usr/local/src`, simply do:
4949

5050
```
51-
export PYTHONPATH=.
52-
bin/opensips-cli
51+
export PYTHONPATH=/usr/local/src/opensips-cli:/usr/local/src/python-opensips
52+
/usr/local/src/opensips-cli/bin/opensips-cli
5353
```
5454

5555
### Python Module

0 commit comments

Comments
 (0)