Skip to content

Commit

Permalink
Fixed poncho doc package create and run issue (#3951)
Browse files Browse the repository at this point in the history
Both specs and output are required in poncho_package_create
  • Loading branch information
saifulislampi authored Oct 15, 2024
1 parent 3b898d4 commit 36f1e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manuals/poncho/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ This will create `package.json` with contents similar to this:
Then to create a complete package from the specification:

```
poncho_package_create package.json
poncho_package_create package.json package.tar.gz
```

Once created, this package can be moved to another machine for execution.
Then, to run a program in the environment:

```
poncho_package_run -e package.tar.gz -- example.py
poncho_package_run -e package.tar.gz -- python example.py
```

## Specification File
Expand Down

0 comments on commit 36f1e34

Please sign in to comment.